Returns true if this element has additional version(s) defined beyond the
default. Versions may be used to specify different minimum/maximum
occurrence restrictions that only apply to specific versions of a
transaction.
Returns:
true if this element has version(s), otherwise false
Since:
1.8
getMinOccurs
defaultintgetMinOccurs(java.lang.String version)
Retrieve the minOccurs attribute for a particular version of the element.
The default implementation returns the default (un-versioned) value for
the element.
Parameters:
version - the version to select
Returns:
the minOccurs attribute for version
Since:
1.8
getMaxOccurs
defaultintgetMaxOccurs(java.lang.String version)
Retrieve the maxOccurs attribute for a particular version of the element.
The default implementation returns the default (un-versioned) value for
the element.
Parameters:
version - the version to select
Returns:
the maxOccurs attribute for version
Since:
1.8
getTitle
java.lang.StringgetTitle()
Retrieve the title for this reference, if available.
Returns:
the reference's title
Since:
1.10
getDescription
java.lang.StringgetDescription()
Retrieve the description for this reference, if available.