com.evolveum.midpoint.xml.ns._public.common.common_1
Class GenericObjectType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.GenericObjectType
- All Implemented Interfaces:
- java.io.Serializable
public class GenericObjectType
- extends ExtensibleObjectType
- implements java.io.Serializable
Generic object for storing unknown (unexpected)
object types.
The generic object should be used if
there is a
need to
store a
custom object (e.g KangarooType) at deployment-time
and the
XML type relacement
extensibility cannot be used.
The
properties of
such custom objects are to be placed in the
extension part of this
object. The schema is not checked or
enforced
for this type of
objects if technically possible.
Java class for GenericObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericObjectType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExtensibleObjectType">
<sequence>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
objectType
|
Method Summary |
java.lang.String |
getObjectType()
Gets the value of the objectType property. |
void |
setObjectType(java.lang.String value)
Sets the value of the objectType property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectType
protected java.lang.String objectType
GenericObjectType
public GenericObjectType()
getObjectType
public java.lang.String getObjectType()
- Gets the value of the objectType property.
- Returns:
- possible object is
String
setObjectType
public void setObjectType(java.lang.String value)
- Sets the value of the objectType property.
- Parameters:
value
- allowed object is
String
Copyright © 2011 evolveum. All Rights Reserved.