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"> <sequence> <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> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
policyOrAllOrExactlyOne |
Constructor and Description |
---|
OperatorContentType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getPolicyOrAllOrExactlyOne()
Gets the value of the policyOrAllOrExactlyOne property.
|
public List<Object> getPolicyOrAllOrExactlyOne()
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
Element
JAXBElement
<
OperatorContentType
>
Policy
Object
JAXBElement
<
OperatorContentType
>
Copyright © 2017 JBoss by Red Hat. All rights reserved.