com.evolveum.midpoint.xml.ns._public.common.common_1
Class StringLimitType

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

public class StringLimitType
extends java.lang.Object
implements java.io.Serializable

Definition of valid single string limitation

Java class for StringLimitType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StringLimitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="mustBeFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="characterClass" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}CharacterClassType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CharacterClassType characterClass
           
protected  java.lang.String description
           
protected  java.lang.Integer maxOccurs
           
protected  java.lang.Integer minOccurs
           
protected  java.lang.Boolean mustBeFirst
           
 
Constructor Summary
StringLimitType()
           
 
Method Summary
 CharacterClassType getCharacterClass()
          Gets the value of the characterClass property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Integer getMaxOccurs()
          Gets the value of the maxOccurs property.
 java.lang.Integer getMinOccurs()
          Gets the value of the minOccurs property.
 java.lang.Boolean isMustBeFirst()
          Gets the value of the mustBeFirst property.
 void setCharacterClass(CharacterClassType value)
          Sets the value of the characterClass property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMaxOccurs(java.lang.Integer value)
          Sets the value of the maxOccurs property.
 void setMinOccurs(java.lang.Integer value)
          Sets the value of the minOccurs property.
 void setMustBeFirst(java.lang.Boolean value)
          Sets the value of the mustBeFirst 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

description

protected java.lang.String description

minOccurs

protected java.lang.Integer minOccurs

maxOccurs

protected java.lang.Integer maxOccurs

mustBeFirst

protected java.lang.Boolean mustBeFirst

characterClass

protected CharacterClassType characterClass
Constructor Detail

StringLimitType

public StringLimitType()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getMinOccurs

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

Returns:
possible object is Integer

setMinOccurs

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

Parameters:
value - allowed object is Integer

getMaxOccurs

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

Returns:
possible object is Integer

setMaxOccurs

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

Parameters:
value - allowed object is Integer

isMustBeFirst

public java.lang.Boolean isMustBeFirst()
Gets the value of the mustBeFirst property.

Returns:
possible object is Boolean

setMustBeFirst

public void setMustBeFirst(java.lang.Boolean value)
Sets the value of the mustBeFirst property.

Parameters:
value - allowed object is Boolean

getCharacterClass

public CharacterClassType getCharacterClass()
Gets the value of the characterClass property.

Returns:
possible object is CharacterClassType

setCharacterClass

public void setCharacterClass(CharacterClassType value)
Sets the value of the characterClass property.

Parameters:
value - allowed object is CharacterClassType

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.