|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.core.model.policy.IdReferenceType
public class IdReferenceType
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>
Field Summary | |
---|---|
protected String |
earliestVersion
|
protected String |
latestVersion
|
protected String |
value
|
protected String |
version
|
Constructor Summary | |
---|---|
IdReferenceType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String value
protected String version
protected String earliestVersion
protected String latestVersion
Constructor Detail |
---|
public IdReferenceType()
Method Detail |
---|
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
public void setLatestVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |