Class InsertResourceProperties


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:41:14-04:00")
    public class InsertResourceProperties
    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}Insert"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • insert

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:41:14-04:00")
        protected InsertType insert
    • Constructor Detail

      • InsertResourceProperties

        public InsertResourceProperties()
    • Method Detail

      • getInsert

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:41:14-04:00")
        public InsertType getInsert()
        Gets the value of the insert property.
        Returns:
        possible object is InsertType
      • setInsert

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:41:14-04:00")
        public void setInsert​(InsertType value)
        Sets the value of the insert property.
        Parameters:
        value - allowed object is InsertType