public class ArrayOfPbmServerObjectRef extends Object
Java class for ArrayOfPbmServerObjectRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfPbmServerObjectRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PbmServerObjectRef" type="{urn:pbm}PbmServerObjectRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PbmServerObjectRef> |
pbmServerObjectRef |
| Constructor and Description |
|---|
ArrayOfPbmServerObjectRef() |
| Modifier and Type | Method and Description |
|---|---|
List<PbmServerObjectRef> |
getPbmServerObjectRef()
Gets the value of the pbmServerObjectRef property.
|
protected List<PbmServerObjectRef> pbmServerObjectRef
public List<PbmServerObjectRef> getPbmServerObjectRef()
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 pbmServerObjectRef property.
For example, to add a new item, do as follows:
getPbmServerObjectRef().add(newItem);
Objects of the following type(s) are allowed in the list
PbmServerObjectRef
Copyright © 2018. All rights reserved.