com.evolveum.midpoint.xml.ns._public.resource.idconnector.resource_schema_1
Class ObjectClass

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.ResourceObjectClass
      extended by com.evolveum.midpoint.xml.ns._public.resource.idconnector.resource_schema_1.ObjectClass
Direct Known Subclasses:
AccountObjectClass, GroupObjectClass

public class ObjectClass
extends ResourceObjectClass

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

uid

protected java.lang.String uid

name

protected java.lang.String name
Constructor Detail

ObjectClass

public ObjectClass()
Method Detail

getUID

public java.lang.String getUID()
Gets the value of the uid property.

Returns:
possible object is String

setUID

public void setUID(java.lang.String value)
Sets the value of the uid property.

Parameters:
value - allowed object is String

getNAME

public java.lang.String getNAME()
Gets the value of the name property.

Returns:
possible object is String

setNAME

public void setNAME(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.