- java.lang.Object
-
- io.xlate.edi.internal.schema.implementation.BaseImpl<EDIComplexType>
-
- io.xlate.edi.internal.schema.implementation.BaseComplexImpl
-
- io.xlate.edi.internal.schema.implementation.LoopImpl
-
- io.xlate.edi.internal.schema.implementation.TransactionImpl
-
- All Implemented Interfaces:
EDIReference,EDIType,EDITypeImplementation,LoopImplementation,PolymorphicImplementation
public class TransactionImpl extends LoopImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.xlate.edi.schema.EDIType
EDIType.Type
-
-
Constructor Summary
Constructors Constructor Description TransactionImpl(String id, String typeId, List<EDITypeImplementation> sequence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EDIType.TypegetType()-
Methods inherited from class io.xlate.edi.internal.schema.implementation.LoopImpl
getDiscriminator, getId, toString
-
Methods inherited from class io.xlate.edi.internal.schema.implementation.BaseComplexImpl
getSequence
-
Methods inherited from class io.xlate.edi.internal.schema.implementation.BaseImpl
getDescription, 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
-
-
-
-
Constructor Detail
-
TransactionImpl
public TransactionImpl(String id, String typeId, List<EDITypeImplementation> sequence)
-
-
Method Detail
-
getType
public EDIType.Type getType()
-
-