public class FederationPolicyCollection extends Object implements Serializable
Java class for FederationPolicyCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FederationPolicyCollection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FederationPolicy" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}FederationPolicy" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<FederationPolicy> |
federationPolicy |
Constructor and Description |
---|
FederationPolicyCollection() |
Modifier and Type | Method and Description |
---|---|
List<FederationPolicy> |
getFederationPolicy()
Gets the value of the federationPolicy property.
|
boolean |
isSetFederationPolicy() |
void |
unsetFederationPolicy() |
protected List<FederationPolicy> federationPolicy
public List<FederationPolicy> getFederationPolicy()
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 federationPolicy property.
For example, to add a new item, do as follows:
getFederationPolicy().add(newItem);
Objects of the following type(s) are allowed in the list
FederationPolicy
public boolean isSetFederationPolicy()
public void unsetFederationPolicy()
Copyright © 2008–2017 MIL-OSS. All rights reserved.