|
||||||||||
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.StringLimitType
public class StringLimitType
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>
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
protected java.lang.Integer minOccurs
protected java.lang.Integer maxOccurs
protected java.lang.Boolean mustBeFirst
protected CharacterClassType characterClass
Constructor Detail |
---|
public StringLimitType()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getMinOccurs()
Integer
public void setMinOccurs(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxOccurs()
Integer
public void setMaxOccurs(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isMustBeFirst()
Boolean
public void setMustBeFirst(java.lang.Boolean value)
value
- allowed object is
Boolean
public CharacterClassType getCharacterClass()
CharacterClassType
public void setCharacterClass(CharacterClassType value)
value
- allowed object is
CharacterClassType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |