- java.lang.Object
-
- io.xlate.edi.internal.schema.implementation.BaseImpl<EDIComplexType>
-
- io.xlate.edi.internal.schema.implementation.BaseComplexImpl
-
- io.xlate.edi.internal.schema.implementation.SegmentImpl
-
- All Implemented Interfaces:
EDIReference,EDIType,EDITypeImplementation,PolymorphicImplementation,SegmentImplementation
public class SegmentImpl extends BaseComplexImpl implements SegmentImplementation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.xlate.edi.schema.EDIType
EDIType.Type
-
-
Constructor Summary
Constructors Constructor Description SegmentImpl(int minOccurs, int maxOccurs, String typeId, Discriminator discriminator, List<EDITypeImplementation> sequence, String title, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscriminatorgetDiscriminator()StringtoString()-
Methods inherited from class io.xlate.edi.internal.schema.implementation.BaseComplexImpl
getSequence
-
Methods inherited from class io.xlate.edi.internal.schema.implementation.BaseImpl
getDescription, getId, getMaxOccurs, getMinOccurs, getReferencedType, getStandard, getTitle, getTypeId, setStandardReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.xlate.edi.schema.EDIReference
getMaxOccurs, getMinOccurs, getReferencedType
-
Methods inherited from interface io.xlate.edi.schema.implementation.EDITypeImplementation
getDescription, getTitle
-
Methods inherited from interface io.xlate.edi.schema.implementation.PolymorphicImplementation
getSequence
-
Methods inherited from interface io.xlate.edi.schema.implementation.SegmentImplementation
getType
-
-
-
-
Constructor Detail
-
SegmentImpl
public SegmentImpl(int minOccurs, int maxOccurs, String typeId, Discriminator discriminator, List<EDITypeImplementation> sequence, String title, String description)
-
-
Method Detail
-
getDiscriminator
public Discriminator getDiscriminator()
- Specified by:
getDiscriminatorin interfacePolymorphicImplementation
-
-