|
||||||||||
| 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_2a.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-2a}StringLimitType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
checkAgainstDictionary
|
protected String |
checkPattern
|
static QName |
COMPLEX_TYPE
|
static QName |
F_CHECK_AGAINST_DICTIONARY
|
static QName |
F_CHECK_PATTERN
|
static QName |
F_LIMIT
|
static QName |
F_MAX_LENGTH
|
static QName |
F_MIN_LENGTH
|
static QName |
F_MIN_UNIQUE_CHARS
|
protected List<StringLimitType> |
limit
|
protected Integer |
maxLength
|
protected Integer |
minLength
|
protected Integer |
minUniqueChars
|
| Constructor Summary | |
|---|---|
LimitationsType()
Creates a new LimitationsType instance. |
|
LimitationsType(LimitationsType o)
Creates a new LimitationsType instance by deeply copying a given LimitationsType instance. |
|
| Method Summary | |
|---|---|
LimitationsType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getCheckPattern()
Gets the value of the checkPattern property. |
List<StringLimitType> |
getLimit()
Gets the value of the limit property. |
Integer |
getMaxLength()
Gets the value of the maxLength property. |
Integer |
getMinLength()
Gets the value of the minLength property. |
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)
|
Boolean |
isCheckAgainstDictionary()
Gets the value of the checkAgainstDictionary property. |
void |
setCheckAgainstDictionary(Boolean value)
Sets the value of the checkAgainstDictionary property. |
void |
setCheckPattern(String value)
Sets the value of the checkPattern property. |
void |
setMaxLength(Integer value)
Sets the value of the maxLength property. |
void |
setMinLength(Integer value)
Sets the value of the minLength property. |
void |
setMinUniqueChars(Integer value)
Sets the value of the minUniqueChars property. |
String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer minLength
protected Integer maxLength
protected Integer minUniqueChars
protected Boolean checkAgainstDictionary
protected String checkPattern
protected List<StringLimitType> limit
public static final QName COMPLEX_TYPE
public static final QName F_MIN_LENGTH
public static final QName F_MAX_LENGTH
public static final QName F_MIN_UNIQUE_CHARS
public static final QName F_CHECK_AGAINST_DICTIONARY
public static final QName F_CHECK_PATTERN
public static final QName F_LIMIT
| Constructor Detail |
|---|
public LimitationsType()
LimitationsType instance.
public LimitationsType(LimitationsType o)
LimitationsType instance by deeply copying a given LimitationsType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
public Integer getMinLength()
Integerpublic void setMinLength(Integer value)
value - allowed object is
Integerpublic Integer getMaxLength()
Integerpublic void setMaxLength(Integer value)
value - allowed object is
Integerpublic Integer getMinUniqueChars()
Integerpublic void setMinUniqueChars(Integer value)
value - allowed object is
Integerpublic Boolean isCheckAgainstDictionary()
Booleanpublic void setCheckAgainstDictionary(Boolean value)
value - allowed object is
Booleanpublic String getCheckPattern()
Stringpublic void setCheckPattern(String value)
value - allowed object is
Stringpublic 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 String toString()
toString in class 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.HashCodepublic int hashCode()
hashCode in class Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Objectpublic LimitationsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||