public class IdReferenceTypeImpl extends XSStringImpl implements IdReferenceType
IdReferenceType.EARLIEST_VERSION_ATTRIB_NAME, LATEST_VERSION_ATTRIB_NAME, POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME, POLICY_ID_REFERENCE_ELEMENT_NAME, POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME, POLICY_SET_ID_REFERENCE_ELEMENT_NAME, SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME, VERSION_ATTRIB_NAMETYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
IdReferenceTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEarliestVersion()
Gets the earliest version of the reference.
|
String |
getLatestVersion()
Gets the latest version of the reference.
|
String |
getVersion()
Gets the version of the reference.
|
void |
setEarliestVersion(String newEarliestVersion)
Sets the earliest version of the reference.
|
void |
setLatestVersion(String newLastestVersion)
Sets the latest version of the reference.
|
void |
setVersion(String newVersion)
Sets the version of the reference.
|
getOrderedChildren, getValue, setValuedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprotected IdReferenceTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic String getEarliestVersion()
getEarliestVersion in interface IdReferenceTypepublic String getLatestVersion()
getLatestVersion in interface IdReferenceTypepublic String getVersion()
getVersion in interface IdReferenceTypepublic void setEarliestVersion(String newEarliestVersion)
setEarliestVersion in interface IdReferenceTypenewEarliestVersion - earliest version of the referencepublic void setLatestVersion(String newLastestVersion)
setLatestVersion in interface IdReferenceTypenewLastestVersion - latest version of the referencepublic void setVersion(String newVersion)
setVersion in interface IdReferenceTypenewVersion - version of the referenceCopyright © 2021. All rights reserved.