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