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

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

public static class SchemaHandlingType.EntitlementType.AssignmentProperty
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">
       <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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String maxOccurs
           
protected  java.lang.String minOccurs
           
protected  javax.xml.namespace.QName ref
           
 
Constructor Summary
SchemaHandlingType.EntitlementType.AssignmentProperty()
           
 
Method Summary
 java.lang.String getMaxOccurs()
          Gets the value of the maxOccurs property.
 java.lang.String getMinOccurs()
          Gets the value of the minOccurs property.
 javax.xml.namespace.QName getRef()
          Gets the value of the ref property.
 void setMaxOccurs(java.lang.String value)
          Sets the value of the maxOccurs property.
 void setMinOccurs(java.lang.String value)
          Sets the value of the minOccurs property.
 void setRef(javax.xml.namespace.QName value)
          Sets the value of the ref property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ref

protected javax.xml.namespace.QName ref

minOccurs

protected java.lang.String minOccurs

maxOccurs

protected java.lang.String maxOccurs
Constructor Detail

SchemaHandlingType.EntitlementType.AssignmentProperty

public SchemaHandlingType.EntitlementType.AssignmentProperty()
Method Detail

getRef

public javax.xml.namespace.QName getRef()
Gets the value of the ref property.

Returns:
possible object is QName

setRef

public void setRef(javax.xml.namespace.QName value)
Sets the value of the ref property.

Parameters:
value - allowed object is QName

getMinOccurs

public java.lang.String getMinOccurs()
Gets the value of the minOccurs property.

Returns:
possible object is String

setMinOccurs

public void setMinOccurs(java.lang.String value)
Sets the value of the minOccurs property.

Parameters:
value - allowed object is String

getMaxOccurs

public java.lang.String getMaxOccurs()
Gets the value of the maxOccurs property.

Returns:
possible object is String

setMaxOccurs

public void setMaxOccurs(java.lang.String value)
Sets the value of the maxOccurs property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.