|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.ResourceObjectClass
com.evolveum.midpoint.xml.ns._public.resource.idconnector.resource_schema_1.ObjectClass
public class ObjectClass
Java class for ObjectClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectClass"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd}ResourceObjectClass"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/resource-schema-1.xsd}__UID__"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/resource-schema-1.xsd}__NAME__"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected java.lang.String |
uid
|
Constructor Summary | |
---|---|
ObjectClass()
|
Method Summary | |
---|---|
java.lang.String |
getNAME()
Gets the value of the name property. |
java.lang.String |
getUID()
Gets the value of the uid property. |
void |
setNAME(java.lang.String value)
Sets the value of the name property. |
void |
setUID(java.lang.String value)
Sets the value of the uid property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String uid
protected java.lang.String name
Constructor Detail |
---|
public ObjectClass()
Method Detail |
---|
public java.lang.String getUID()
String
public void setUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNAME()
String
public void setNAME(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |