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 v3.0.2",
date="2023-09-13T13:28:20-04:00")
public class ResourcePropertyValueChangeNotificationType
extends Object
Java 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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newValues property.jakarta.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>Gets the value of the oldValues property.voidSets the value of the newValues property.voidsetOldValues(jakarta.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> value) Sets the value of the oldValues property.
-
Field Details
-
oldValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected jakarta.xml.bind.JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> oldValues -
newValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected ResourcePropertyValueChangeNotificationType.NewValues newValues
-
-
Constructor Details
-
ResourcePropertyValueChangeNotificationType
public ResourcePropertyValueChangeNotificationType()
-
-
Method Details
-
getOldValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public jakarta.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 v3.0.2", date="2023-09-13T13:28:20-04:00") public void setOldValues(jakarta.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 v3.0.2", date="2023-09-13T13:28:20-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 v3.0.2", date="2023-09-13T13:28:20-04:00") public void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues value) Sets the value of the newValues property.- Parameters:
value- allowed object isResourcePropertyValueChangeNotificationType.NewValues
-