Class IdReference

  • All Implemented Interfaces:
    XACMLRootElement

    public class IdReference
    extends Object
    implements XACMLRootElement

    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:3.0:core:schema:wd-17}VersionMatchType" />
           <attribute name="EarliestVersion" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}VersionMatchType" />
           <attribute name="LatestVersion" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}VersionMatchType" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • IdReference

        public IdReference()
    • 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 VersionMatch getVersion()
        Gets the value of the version property.
        Returns:
        possible object is VersionMatch
      • setVersion

        public void setVersion​(VersionMatch value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is VersionMatch
      • getEarliestVersion

        public VersionMatch getEarliestVersion()
        Gets the value of the earliestVersion property.
        Returns:
        possible object is VersionMatch
      • setEarliestVersion

        public void setEarliestVersion​(VersionMatch value)
        Sets the value of the earliestVersion property.
        Parameters:
        value - allowed object is VersionMatch
      • getLatestVersion

        public VersionMatch getLatestVersion()
        Gets the value of the latestVersion property.
        Returns:
        possible object is VersionMatch
      • setLatestVersion

        public void setLatestVersion​(VersionMatch value)
        Sets the value of the latestVersion property.
        Parameters:
        value - allowed object is VersionMatch
      • toXML

        public String toXML()
        Default toXML Method to Marshal Object into XML.
        Specified by:
        toXML in interface XACMLRootElement
        Returns:
        String - Marshaled Results into XML String.