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>