|
||||||||||
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
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_CHECK_AGAINST_DICTIONARY
|
static javax.xml.namespace.QName |
F_CHECK_PATTERN
|
static javax.xml.namespace.QName |
F_LIMIT
|
static javax.xml.namespace.QName |
F_MAX_LENGTH
|
static javax.xml.namespace.QName |
F_MIN_LENGTH
|
static javax.xml.namespace.QName |
F_MIN_UNIQUE_CHARS
|
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 | |
---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
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. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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, finalize, getClass, 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
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_MIN_LENGTH
public static final javax.xml.namespace.QName F_MAX_LENGTH
public static final javax.xml.namespace.QName F_MIN_UNIQUE_CHARS
public static final javax.xml.namespace.QName F_CHECK_AGAINST_DICTIONARY
public static final javax.xml.namespace.QName F_CHECK_PATTERN
public static final javax.xml.namespace.QName F_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
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |