org.jboss.identity.federation.saml.v2.profiles.xacml.protocol
Class XACMLPolicyQueryType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
      extended by org.jboss.identity.federation.saml.v2.profiles.xacml.protocol.XACMLPolicyQueryType

public class XACMLPolicyQueryType
extends RequestAbstractType

Java class for XACMLPolicyQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XACMLPolicyQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request"/>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Target"/>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySetIdReference"/>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicyIdReference"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<?>> requestOrTargetOrPolicySetIdReference
           
 
Fields inherited from class org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
 
Constructor Summary
XACMLPolicyQueryType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<?>> getRequestOrTargetOrPolicySetIdReference()
          Gets the value of the requestOrTargetOrPolicySetIdReference property.
 
Methods inherited from class org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestOrTargetOrPolicySetIdReference

protected java.util.List<javax.xml.bind.JAXBElement<?>> requestOrTargetOrPolicySetIdReference
Constructor Detail

XACMLPolicyQueryType

public XACMLPolicyQueryType()
Method Detail

getRequestOrTargetOrPolicySetIdReference

public java.util.List<javax.xml.bind.JAXBElement<?>> getRequestOrTargetOrPolicySetIdReference()
Gets the value of the requestOrTargetOrPolicySetIdReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the requestOrTargetOrPolicySetIdReference property.

For example, to add a new item, do as follows:

    getRequestOrTargetOrPolicySetIdReference().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<IdReferenceType > JAXBElement<IdReferenceType > JAXBElement<RequestType > JAXBElement<TargetType >



Copyright © 2009 JBoss Inc.. All Rights Reserved.