public class UpdateResourceProperties extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wsrf/rp-2}Update"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UpdateType |
update |
| Constructor and Description |
|---|
UpdateResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
getUpdate()
Gets the value of the update property.
|
void |
setUpdate(UpdateType value)
Sets the value of the update property.
|
protected UpdateType update
public UpdateType getUpdate()
UpdateTypepublic void setUpdate(UpdateType value)
value - allowed object is
UpdateTypeApache CXF