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 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  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

value

protected String value

version

protected String version

earliestVersion

protected String earliestVersion

latestVersion

protected String latestVersion
Constructor Detail

IdReferenceType

public IdReferenceType()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String

getEarliestVersion

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

Returns:
possible object is String

setEarliestVersion

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

Parameters:
value - allowed object is String

getLatestVersion

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

Returns:
possible object is String

setLatestVersion

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

Parameters:
value - allowed object is String


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.