|
||||||||||
| 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 java.lang.String |
earliestVersion
|
protected java.lang.String |
latestVersion
|
protected java.lang.String |
value
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
IdReferenceType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEarliestVersion()
Gets the value of the earliestVersion property. |
java.lang.String |
getLatestVersion()
Gets the value of the latestVersion property. |
java.lang.String |
getValue()
Gets the value of the value property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setEarliestVersion(java.lang.String value)
Sets the value of the earliestVersion property. |
void |
setLatestVersion(java.lang.String value)
Sets the value of the latestVersion property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
void |
setVersion(java.lang.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 java.lang.String value
protected java.lang.String version
protected java.lang.String earliestVersion
protected java.lang.String latestVersion
| Constructor Detail |
|---|
public IdReferenceType()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEarliestVersion()
Stringpublic void setEarliestVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLatestVersion()
Stringpublic void setLatestVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||