public class PbmLegacyHubsNotSupported extends PbmFault
Java class for PbmLegacyHubsNotSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmLegacyHubsNotSupported">
<complexContent>
<extension base="{urn:pbm}PbmFault">
<sequence>
<element name="hubs" type="{urn:pbm}PbmPlacementHub" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PbmPlacementHub> |
hubs |
faultCause, faultMessage| Constructor and Description |
|---|
PbmLegacyHubsNotSupported() |
| Modifier and Type | Method and Description |
|---|---|
List<PbmPlacementHub> |
getHubs()
Gets the value of the hubs property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<PbmPlacementHub> hubs
public List<PbmPlacementHub> getHubs()
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 hubs property.
For example, to add a new item, do as follows:
getHubs().add(newItem);
Objects of the following type(s) are allowed in the list
PbmPlacementHub
Copyright © 2018. All rights reserved.