Class ObjectDeltaType.ObjectToAdd

  • All Implemented Interfaces:
    JaxbVisitable, Serializable
    Enclosing class:
    ObjectDeltaType

    public static class ObjectDeltaType.ObjectToAdd
    extends Object
    implements Serializable, JaxbVisitable

    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>
             <any processContents='lax'/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • any

        protected javax.xml.bind.JAXBElement<?> any
    • Constructor Detail

      • ObjectToAdd

        public ObjectToAdd()
    • Method Detail

      • getAny

        public javax.xml.bind.JAXBElement<?> getAny()
        Gets the value of the any property.
        Returns:
        possible object is Object Element
      • setAny

        public void setAny​(javax.xml.bind.JAXBElement<?> value)
        Sets the value of the any property.
        Parameters:
        value - allowed object is Object Element