org.picketlink.identity.federation.ws.policy
Class PolicyAttachment
java.lang.Object
org.picketlink.identity.federation.ws.addressing.BaseAddressingType
org.picketlink.identity.federation.ws.addressing.AnyAddressingType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appliesTo
protected AppliesTo appliesTo
theChoices
protected List<PolicyAttachment.PolicyChoice> theChoices
PolicyAttachment
public PolicyAttachment()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.