PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.policy
Class PolicyAttachment

java.lang.Object
  extended by org.picketlink.identity.federation.ws.addressing.BaseAddressingType
      extended by org.picketlink.identity.federation.ws.addressing.AnyAddressingType
          extended by org.picketlink.identity.federation.ws.policy.PolicyAttachment

public class PolicyAttachment
extends AnyAddressingType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://schemas.xmlsoap.org/ws/2004/09/policy}AppliesTo"/>
         <choice maxOccurs="unbounded">
           <element ref="{http://schemas.xmlsoap.org/ws/2004/09/policy}Policy"/>
           <element ref="{http://schemas.xmlsoap.org/ws/2004/09/policy}PolicyReference"/>
         </choice>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PolicyAttachment.PolicyChoice
           
 
Field Summary
protected  AppliesTo appliesTo
           
protected  List<PolicyAttachment.PolicyChoice> theChoices
           
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.AnyAddressingType
any
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
otherAttributes
 
Constructor Summary
PolicyAttachment()
           
 
Method Summary
 void addChoice(PolicyAttachment.PolicyChoice pc)
          Add a PolicyAttachment.PolicyChoice
 AppliesTo getAppliesTo()
          Gets the value of the appliesTo property.
 List<PolicyAttachment.PolicyChoice> getPolicyOrPolicyReference()
          Gets the value of the policyOrPolicyReference property.
 void setAppliesTo(AppliesTo value)
          Sets the value of the appliesTo property.
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.AnyAddressingType
addAny, getAny, removeAny
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
addOtherAttribute, addOtherAttributes, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appliesTo

protected AppliesTo appliesTo

theChoices

protected List<PolicyAttachment.PolicyChoice> theChoices
Constructor Detail

PolicyAttachment

public PolicyAttachment()
Method Detail

getAppliesTo

public AppliesTo getAppliesTo()
Gets the value of the appliesTo property.

Returns:
possible object is AppliesTo

setAppliesTo

public void setAppliesTo(AppliesTo value)
Sets the value of the appliesTo property.

Parameters:
value - allowed object is AppliesTo

addChoice

public void addChoice(PolicyAttachment.PolicyChoice pc)
Add a PolicyAttachment.PolicyChoice

Parameters:
pc -

getPolicyOrPolicyReference

public List<PolicyAttachment.PolicyChoice> getPolicyOrPolicyReference()
Gets the value of the policyOrPolicyReference property.

Objects of the following type(s) are allowed in the list PolicyReference Policy


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.