Package org.apache.cxf.ws.policy.v200607
Class OperatorContentType
java.lang.Object
org.apache.cxf.ws.policy.v200607.OperatorContentType
- Direct Known Subclasses:
Policy
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">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/2006/07/ws-policy}Policy"/>
<element ref="{http://www.w3.org/2006/07/ws-policy}All"/>
<element ref="{http://www.w3.org/2006/07/ws-policy}ExactlyOne"/>
<element ref="{http://www.w3.org/2006/07/ws-policy}PolicyReference"/>
<any processContents='lax' namespace='##other'/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the policyOrAllOrExactlyOne property.
-
Field Details
-
policyOrAllOrExactlyOne
-
-
Constructor Details
-
OperatorContentType
public OperatorContentType()
-
-
Method Details
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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
JAXBElement<OperatorContentType>JAXBElement<OperatorContentType>ObjectPolicyPolicyReferenceElement
-