Interface PolymorphicImplementation
-
- All Superinterfaces:
EDIReference,EDIType,EDITypeImplementation
- All Known Subinterfaces:
LoopImplementation,SegmentImplementation
public interface PolymorphicImplementation extends EDITypeImplementation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.xlate.edi.schema.EDIType
EDIType.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiscriminatorgetDiscriminator()List<EDITypeImplementation>getSequence()-
Methods inherited from interface io.xlate.edi.schema.EDIReference
getDescription, getMaxOccurs, getMaxOccurs, getMinOccurs, getMinOccurs, getReferencedType, getTitle, hasVersions
-
-
-
-
Method Detail
-
getDiscriminator
Discriminator getDiscriminator()
-
getSequence
List<EDITypeImplementation> getSequence()
-
-