|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.SchemaHandlingType.EntitlementType
public static class SchemaHandlingType.EntitlementType
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>
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 |
---|
protected java.lang.String name
protected javax.xml.namespace.QName objectClass
protected SchemaHandlingType.EntitlementType.AssignmentProperty assignmentProperty
protected java.lang.String id
Constructor Detail |
---|
public SchemaHandlingType.EntitlementType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public javax.xml.namespace.QName getObjectClass()
QName
public void setObjectClass(javax.xml.namespace.QName value)
value
- allowed object is
QName
public SchemaHandlingType.EntitlementType.AssignmentProperty getAssignmentProperty()
SchemaHandlingType.EntitlementType.AssignmentProperty
public void setAssignmentProperty(SchemaHandlingType.EntitlementType.AssignmentProperty value)
value
- allowed object is
SchemaHandlingType.EntitlementType.AssignmentProperty
public java.lang.String getId()
String
public void setId(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 |