@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:37-05:00") 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.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:37-05:00") protected UpdateType update
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:37-05:00") public UpdateType getUpdate()
UpdateType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:37-05:00") public void setUpdate(UpdateType value)
value - allowed object is
UpdateTypeApache CXF