|
||||||||||
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.LimitationsType
public class LimitationsType
Definition of complexity and string policy
Java class for limitationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="limitationsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="minLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="minUniqueChars" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="checkAgainstDictionary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="checkPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="limit" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}StringLimitType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
checkAgainstDictionary
|
protected java.lang.String |
checkPattern
|
protected java.util.List<StringLimitType> |
limit
|
protected java.lang.Integer |
maxLength
|
protected java.lang.Integer |
minLength
|
protected java.lang.Integer |
minUniqueChars
|
Constructor Summary | |
---|---|
LimitationsType()
|
Method Summary | |
---|---|
java.lang.String |
getCheckPattern()
Gets the value of the checkPattern property. |
java.util.List<StringLimitType> |
getLimit()
Gets the value of the limit property. |
java.lang.Integer |
getMaxLength()
Gets the value of the maxLength property. |
java.lang.Integer |
getMinLength()
Gets the value of the minLength property. |
java.lang.Integer |
getMinUniqueChars()
Gets the value of the minUniqueChars property. |
java.lang.Boolean |
isCheckAgainstDictionary()
Gets the value of the checkAgainstDictionary property. |
void |
setCheckAgainstDictionary(java.lang.Boolean value)
Sets the value of the checkAgainstDictionary property. |
void |
setCheckPattern(java.lang.String value)
Sets the value of the checkPattern property. |
void |
setMaxLength(java.lang.Integer value)
Sets the value of the maxLength property. |
void |
setMinLength(java.lang.Integer value)
Sets the value of the minLength property. |
void |
setMinUniqueChars(java.lang.Integer value)
Sets the value of the minUniqueChars 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 |
---|
protected java.lang.Integer minLength
protected java.lang.Integer maxLength
protected java.lang.Integer minUniqueChars
protected java.lang.Boolean checkAgainstDictionary
protected java.lang.String checkPattern
protected java.util.List<StringLimitType> limit
Constructor Detail |
---|
public LimitationsType()
Method Detail |
---|
public java.lang.Integer getMinLength()
Integer
public void setMinLength(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxLength()
Integer
public void setMaxLength(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMinUniqueChars()
Integer
public void setMinUniqueChars(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isCheckAgainstDictionary()
Boolean
public void setCheckAgainstDictionary(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getCheckPattern()
String
public void setCheckPattern(java.lang.String value)
value
- allowed object is
String
public java.util.List<StringLimitType> getLimit()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the limit property.
For example, to add a new item, do as follows:
getLimit().add(newItem);
Objects of the following type(s) are allowed in the list
StringLimitType
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |