public class IdReferenceType extends Object
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:2.0:policy:schema:os}VersionMatchType" /> <attribute name="EarliestVersion" type="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}VersionMatchType" /> <attribute name="LatestVersion" type="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}VersionMatchType" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
earliestVersion |
protected String |
latestVersion |
protected String |
value |
protected String |
version |
Constructor and Description |
---|
IdReferenceType() |
Modifier and Type | Method and Description |
---|---|
String |
getEarliestVersion()
Gets the value of the earliestVersion property.
|
String |
getLatestVersion()
Gets the value of the latestVersion property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setEarliestVersion(String value)
Sets the value of the earliestVersion property.
|
void |
setLatestVersion(String value)
Sets the value of the latestVersion property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String value
protected String version
protected String earliestVersion
protected String latestVersion
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getEarliestVersion()
String
public void setEarliestVersion(String value)
value
- allowed object is
String
public String getLatestVersion()
String
Copyright © 2023 JBoss by Red Hat. All rights reserved.