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_NAME
TYPE_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, setValue
detach, 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, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, 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, setSchemaLocation
protected 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 IdReferenceType
public String getLatestVersion()
getLatestVersion
in interface IdReferenceType
public String getVersion()
getVersion
in interface IdReferenceType
public void setEarliestVersion(String newEarliestVersion)
setEarliestVersion
in interface IdReferenceType
newEarliestVersion
- earliest version of the referencepublic void setLatestVersion(String newLastestVersion)
setLatestVersion
in interface IdReferenceType
newLastestVersion
- latest version of the referencepublic void setVersion(String newVersion)
setVersion
in interface IdReferenceType
newVersion
- version of the referenceCopyright © 2016 JBoss by Red Hat. All rights reserved.