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>
 | Modifier and Type | Class and Description | 
|---|---|
| static class  | PolicyAttachment.PolicyChoice | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AppliesTo | appliesTo | 
| protected List<PolicyAttachment.PolicyChoice> | theChoices | 
anyotherAttributes| Constructor and Description | 
|---|
| PolicyAttachment() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addChoice(PolicyAttachment.PolicyChoice pc) | 
| 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. | 
addAny, getAny, removeAnyaddOtherAttribute, addOtherAttributes, getOtherAttributesprotected AppliesTo appliesTo
protected List<PolicyAttachment.PolicyChoice> theChoices
public AppliesTo getAppliesTo()
AppliesTopublic void setAppliesTo(AppliesTo value)
value - allowed object is AppliesTopublic void addChoice(PolicyAttachment.PolicyChoice pc)
pc - public List<PolicyAttachment.PolicyChoice> getPolicyOrPolicyReference()
 Objects of the following type(s) are allowed in the list PolicyReference Policy
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.