public class IdReference extends Object implements XACMLRootElement
Java class for IdReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdReferenceType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="Version" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}VersionMatchType" /> <attribute name="EarliestVersion" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}VersionMatchType" /> <attribute name="LatestVersion" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}VersionMatchType" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected VersionMatch |
earliestVersion |
protected VersionMatch |
latestVersion |
protected String |
value |
protected VersionMatch |
version |
XACML3_NAMESPACE
Constructor and Description |
---|
IdReference() |
Modifier and Type | Method and Description |
---|---|
VersionMatch |
getEarliestVersion()
Gets the value of the earliestVersion property.
|
VersionMatch |
getLatestVersion()
Gets the value of the latestVersion property.
|
String |
getValue()
Gets the value of the value property.
|
VersionMatch |
getVersion()
Gets the value of the version property.
|
void |
setEarliestVersion(VersionMatch value)
Sets the value of the earliestVersion property.
|
void |
setLatestVersion(VersionMatch value)
Sets the value of the latestVersion property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVersion(VersionMatch value)
Sets the value of the version property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected String value
protected VersionMatch version
protected VersionMatch earliestVersion
protected VersionMatch latestVersion
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public VersionMatch getVersion()
VersionMatch
public void setVersion(VersionMatch value)
value
- allowed object is
VersionMatch
public VersionMatch getEarliestVersion()
VersionMatch
public void setEarliestVersion(VersionMatch value)
value
- allowed object is
VersionMatch
public VersionMatch getLatestVersion()
VersionMatch
public void setLatestVersion(VersionMatch value)
value
- allowed object is
VersionMatch
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.