Uses of Interface
io.xlate.edi.schema.EDIReference
-
Packages that use EDIReference Package Description io.xlate.edi.schema io.xlate.edi.schema.implementation io.xlate.edi.stream -
-
Uses of EDIReference in io.xlate.edi.schema
Methods in io.xlate.edi.schema that return types with arguments of type EDIReference Modifier and Type Method Description List<EDIReference>EDIComplexType. getReferences()Retrieve theEDIReferences (child elements) for a this complex type. -
Uses of EDIReference in io.xlate.edi.schema.implementation
Subinterfaces of EDIReference in io.xlate.edi.schema.implementation Modifier and Type Interface Description interfaceCompositeImplementationinterfaceEDITypeImplementationinterfaceElementImplementationinterfaceLoopImplementationinterfacePolymorphicImplementationinterfaceSegmentImplementation -
Uses of EDIReference in io.xlate.edi.stream
Methods in io.xlate.edi.stream that return EDIReference Modifier and Type Method Description EDIReferenceEDIStreamReader. getSchemaTypeReference()Returns anEDIReferencefor the schema type at the current point in the reader's input stream.Methods in io.xlate.edi.stream with parameters of type EDIReference Modifier and Type Method Description voidEDIOutputErrorReporter. report(EDIStreamValidationError errorType, EDIStreamWriter writer, Location location, CharSequence data, EDIReference typeReference)Report the desired message in an application specific format.
-