Package org.oasis_open.docs.wsrf.rp_2
Class ResourcePropertyValueChangeNotificationType
- java.lang.Object
-
- org.oasis_open.docs.wsrf.rp_2.ResourcePropertyValueChangeNotificationType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public class ResourcePropertyValueChangeNotificationType extends ObjectJava class for ResourcePropertyValueChangeNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePropertyValueChangeNotificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OldValues" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="NewValues"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResourcePropertyValueChangeNotificationType.NewValuesJava class for anonymous complex type.static classResourcePropertyValueChangeNotificationType.OldValuesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ResourcePropertyValueChangeNotificationType.NewValuesnewValuesprotected javax.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>oldValues
-
Constructor Summary
Constructors Constructor Description ResourcePropertyValueChangeNotificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePropertyValueChangeNotificationType.NewValuesgetNewValues()Gets the value of the newValues property.javax.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>getOldValues()Gets the value of the oldValues property.voidsetNewValues(ResourcePropertyValueChangeNotificationType.NewValues value)Sets the value of the newValues property.voidsetOldValues(javax.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> value)Sets the value of the oldValues property.
-
-
-
Field Detail
-
oldValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected javax.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> oldValues
-
newValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected ResourcePropertyValueChangeNotificationType.NewValues newValues
-
-
Method Detail
-
getOldValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public javax.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> getOldValues()Gets the value of the oldValues property.- Returns:
- possible object is
JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>
-
setOldValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public void setOldValues(javax.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> value)Sets the value of the oldValues property.- Parameters:
value- allowed object isJAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>
-
getNewValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public ResourcePropertyValueChangeNotificationType.NewValues getNewValues()Gets the value of the newValues property.- Returns:
- possible object is
ResourcePropertyValueChangeNotificationType.NewValues
-
setNewValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues value)Sets the value of the newValues property.- Parameters:
value- allowed object isResourcePropertyValueChangeNotificationType.NewValues
-
-