public class PbmCompatibilityCheckFault extends PbmFault
Java class for PbmCompatibilityCheckFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCompatibilityCheckFault">
<complexContent>
<extension base="{urn:pbm}PbmFault">
<sequence>
<element name="hub" type="{urn:pbm}PbmPlacementHub"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmPlacementHub |
hub |
faultCause, faultMessage| Constructor and Description |
|---|
PbmCompatibilityCheckFault() |
| Modifier and Type | Method and Description |
|---|---|
PbmPlacementHub |
getHub()
Gets the value of the hub property.
|
void |
setHub(PbmPlacementHub value)
Sets the value of the hub property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected PbmPlacementHub hub
public PbmPlacementHub getHub()
PbmPlacementHubpublic void setHub(PbmPlacementHub value)
value - allowed object is
PbmPlacementHubCopyright © 2018. All rights reserved.