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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()jakarta.xml.bind.JAXBElement<?>getAny()Gets the value of the any property.voidsetAny(jakarta.xml.bind.JAXBElement<?> value) Sets the value of the any property.
-
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. -
setAny
public void setAny(jakarta.xml.bind.JAXBElement<?> value) Sets the value of the any property. -
clone
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-