-
Method Summary
boolean
Determine if the named segment is present in this schema.
Retrieve the
EDIComplexType that is the entry point of the
standard schema.
-
Method Details
-
getMainLoop
Deprecated.
Retrieve the
EDIComplexType that is the entry point of the
standard schema.
- Returns:
- the standard schema root type
-
getStandard
Retrieve the
EDIComplexType that is the entry point of the
standard schema.
- Returns:
- the standard schema root type
-
getImplementation
- Returns:
- the implementation schema root type
-
getType
- Parameters:
name - name of the type (e.g. segment tag or an element's unique identifier)
- Returns:
- the type having the name requested, null if not present in this schema.
-
containsSegment
boolean containsSegment(String name)
Determine if the named segment is present in this schema.
- Parameters:
name - segment tag
- Returns:
- true if a segment with the given name is present, otherwise false
getStandard()instead