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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<?>
any
-
Constructor Summary
Constructors Constructor Description ObjectToAdd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ObjectDeltaType.ObjectToAdd
clone()
javax.xml.bind.JAXBElement<?>
getAny()
Gets the value of the any property.void
setAny(javax.xml.bind.JAXBElement<?> value)
Sets the value of the any property.
-
-
-
Method Detail
-
getAny
public javax.xml.bind.JAXBElement<?> getAny()
Gets the value of the any property.
-
setAny
public void setAny(javax.xml.bind.JAXBElement<?> value)
Sets the value of the any property.
-
clone
public ObjectDeltaType.ObjectToAdd clone()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
-