Class DeleteType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:41:14-04:00")
    public class DeleteType
    extends Object

    Java class for DeleteType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DeleteType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ResourceProperty" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • resourceProperty

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

      • DeleteType

        public DeleteType()
    • Method Detail

      • getResourceProperty

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

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