Package org.oasis_open.docs.wsrf.rp_2
Class UpdateResourceProperties
- java.lang.Object
-
- org.oasis_open.docs.wsrf.rp_2.UpdateResourceProperties
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public class UpdateResourceProperties extends ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected UpdateTypeupdate
-
Constructor Summary
Constructors Constructor Description UpdateResourceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTypegetUpdate()Gets the value of the update property.voidsetUpdate(UpdateType value)Sets the value of the update property.
-
-
-
Field Detail
-
update
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected UpdateType update
-
-
Method Detail
-
getUpdate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public UpdateType getUpdate()Gets the value of the update property.- Returns:
- possible object is
UpdateType
-
setUpdate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public void setUpdate(UpdateType value)Sets the value of the update property.- Parameters:
value- allowed object isUpdateType
-
-