Class 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 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>
     
    • 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
    • Constructor Detail

      • UpdateResourceProperties

        public UpdateResourceProperties()
    • 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 is UpdateType