Class ObjectDeltaType.ObjectToAdd

java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.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:
  • Field Details

    • any

      protected jakarta.xml.bind.JAXBElement<?> any
  • Constructor Details

    • ObjectToAdd

      public ObjectToAdd()
  • Method Details

    • getAny

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

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

      Overrides:
      clone in class Object
    • accept

      public void accept(JaxbVisitor visitor)
      Specified by:
      accept in interface JaxbVisitable