com.sun.xml.ws.policy.impl.bindings
Class OperatorContentType

java.lang.Object
  extended by com.sun.xml.ws.policy.impl.bindings.OperatorContentType
Direct Known Subclasses:
Policy

public class OperatorContentType
extends Object

Java class for OperatorContentType complex type.

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

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


Field Summary
protected  List<Object> policyOrAllOrExactlyOne
           
 
Constructor Summary
OperatorContentType()
           
 
Method Summary
 List<Object> getPolicyOrAllOrExactlyOne()
          Gets the value of the policyOrAllOrExactlyOne property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policyOrAllOrExactlyOne

protected List<Object> policyOrAllOrExactlyOne
Constructor Detail

OperatorContentType

public OperatorContentType()
Method Detail

getPolicyOrAllOrExactlyOne

public List<Object> getPolicyOrAllOrExactlyOne()
Gets the value of the policyOrAllOrExactlyOne 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 policyOrAllOrExactlyOne property.

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

    getPolicyOrAllOrExactlyOne().add(newItem);
 

Objects of the following type(s) are allowed in the list PolicyReference JAXBElement<OperatorContentType> JAXBElement<OperatorContentType> Element Object Policy



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.