public class Creation extends BaseResource
Java class for Creation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Creation">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}status" minOccurs="0"/>
<element ref="{}fault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Fault |
fault |
protected Status |
status |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Creation() |
| Modifier and Type | Method and Description |
|---|---|
Fault |
getFault()
Gets the value of the fault property.
|
Status |
getStatus()
Gets the value of the status property.
|
boolean |
isSetFault() |
boolean |
isSetStatus() |
void |
setFault(Fault value)
Sets the value of the fault property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinkspublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Fault getFault()
Faultpublic void setFault(Fault value)
value - allowed object is
Faultpublic boolean isSetFault()
Copyright © 2012. All Rights Reserved.