org.jboss.security.xacml.core.model.policy
Class IdReferenceType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.IdReferenceType

public class IdReferenceType
extends java.lang.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>
 


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

value

protected java.lang.String value

version

protected java.lang.String version

earliestVersion

protected java.lang.String earliestVersion

latestVersion

protected java.lang.String latestVersion
Constructor Detail

IdReferenceType

public IdReferenceType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getEarliestVersion

public java.lang.String getEarliestVersion()
Gets the value of the earliestVersion property.

Returns:
possible object is String

setEarliestVersion

public void setEarliestVersion(java.lang.String value)
Sets the value of the earliestVersion property.

Parameters:
value - allowed object is String

getLatestVersion

public java.lang.String getLatestVersion()
Gets the value of the latestVersion property.

Returns:
possible object is String

setLatestVersion

public void setLatestVersion(java.lang.String value)
Sets the value of the latestVersion property.

Parameters:
value - allowed object is String


Copyright © 2007 JBoss Inc.. All Rights Reserved.