public class IdReferenceTypeImpl extends org.opensaml.core.xml.schema.impl.XSStringImpl implements IdReferenceType
IdReferenceType
.Modifier and Type | Field and Description |
---|---|
private String |
earliestVersion
Value of the earliest version.
|
private String |
latestVersion
Value of the latest version.
|
private String |
version
Value of this version.
|
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
Modifier | Constructor and Description |
---|---|
protected |
IdReferenceTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEarliestVersion() |
String |
getLatestVersion() |
String |
getVersion() |
void |
setEarliestVersion(String newEarliestVersion) |
void |
setLatestVersion(String newLastestVersion) |
void |
setVersion(String newVersion) |
getOrderedChildren, getValue, setValue
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, 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
private String earliestVersion
private String latestVersion
private String version
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
public void setLatestVersion(String newLastestVersion)
setLatestVersion
in interface IdReferenceType
public void setVersion(String newVersion)
setVersion
in interface IdReferenceType
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.