com.evolveum.midpoint.xml.ns._public.common.common_1
Class SchemaHandlingType.EntitlementType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.SchemaHandlingType.EntitlementType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SchemaHandlingType

public static class SchemaHandlingType.EntitlementType
extends java.lang.Object
implements java.io.Serializable

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>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}name" minOccurs="0"/>
         <element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="assignmentProperty">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" />
                 <attribute name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
                 <attribute name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class SchemaHandlingType.EntitlementType.AssignmentProperty
          Java class for anonymous complex type.
 
Field Summary
protected  SchemaHandlingType.EntitlementType.AssignmentProperty assignmentProperty
           
protected  java.lang.String id
           
protected  java.lang.String name
           
protected  javax.xml.namespace.QName objectClass
           
 
Constructor Summary
SchemaHandlingType.EntitlementType()
           
 
Method Summary
 SchemaHandlingType.EntitlementType.AssignmentProperty getAssignmentProperty()
          Gets the value of the assignmentProperty property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Human readable name for the object class.
 javax.xml.namespace.QName getObjectClass()
          Gets the value of the objectClass property.
 void setAssignmentProperty(SchemaHandlingType.EntitlementType.AssignmentProperty value)
          Sets the value of the assignmentProperty property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setObjectClass(javax.xml.namespace.QName value)
          Sets the value of the objectClass property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

objectClass

protected javax.xml.namespace.QName objectClass

assignmentProperty

protected SchemaHandlingType.EntitlementType.AssignmentProperty assignmentProperty

id

protected java.lang.String id
Constructor Detail

SchemaHandlingType.EntitlementType

public SchemaHandlingType.EntitlementType()
Method Detail

getName

public java.lang.String getName()
Human readable name for the object class.

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

getObjectClass

public javax.xml.namespace.QName getObjectClass()
Gets the value of the objectClass property.

Returns:
possible object is QName

setObjectClass

public void setObjectClass(javax.xml.namespace.QName value)
Sets the value of the objectClass property.

Parameters:
value - allowed object is QName

getAssignmentProperty

public SchemaHandlingType.EntitlementType.AssignmentProperty getAssignmentProperty()
Gets the value of the assignmentProperty property.

Returns:
possible object is SchemaHandlingType.EntitlementType.AssignmentProperty

setAssignmentProperty

public void setAssignmentProperty(SchemaHandlingType.EntitlementType.AssignmentProperty value)
Sets the value of the assignmentProperty property.

Parameters:
value - allowed object is SchemaHandlingType.EntitlementType.AssignmentProperty

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.