public class StringLimitType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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-3}CharacterClassType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CharacterClassType |
characterClass |
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_CHARACTER_CLASS |
static QName |
F_DESCRIPTION |
static QName |
F_MAX_OCCURS |
static QName |
F_MIN_OCCURS |
static QName |
F_MUST_BE_FIRST |
protected Integer |
maxOccurs |
protected Integer |
minOccurs |
protected Boolean |
mustBeFirst |
| Constructor and Description |
|---|
StringLimitType()
Creates a new
StringLimitType instance. |
StringLimitType(StringLimitType o)
Creates a new
StringLimitType instance by deeply copying a given StringLimitType instance. |
| Modifier and Type | Method and Description |
|---|---|
StringLimitType |
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) |
CharacterClassType |
getCharacterClass()
Gets the value of the characterClass property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
Integer |
getMinOccurs()
Gets the value of the minOccurs property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isMustBeFirst()
Gets the value of the mustBeFirst property.
|
void |
setCharacterClass(CharacterClassType value)
Sets the value of the characterClass property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMaxOccurs(Integer value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(Integer value)
Sets the value of the minOccurs property.
|
void |
setMustBeFirst(Boolean value)
Sets the value of the mustBeFirst property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String description
protected Integer minOccurs
protected Integer maxOccurs
protected Boolean mustBeFirst
protected CharacterClassType characterClass
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_MIN_OCCURS
public static final QName F_MAX_OCCURS
public static final QName F_MUST_BE_FIRST
public static final QName F_CHARACTER_CLASS
public StringLimitType()
StringLimitType instance.public StringLimitType(StringLimitType o)
StringLimitType instance by deeply copying a given StringLimitType instance.o - The instance to copy.NullPointerException - if o is null.public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getMinOccurs()
Integerpublic void setMinOccurs(Integer value)
value - allowed object is
Integerpublic Integer getMaxOccurs()
Integerpublic void setMaxOccurs(Integer value)
value - allowed object is
Integerpublic Boolean isMustBeFirst()
Booleanpublic void setMustBeFirst(Boolean value)
value - allowed object is
Booleanpublic CharacterClassType getCharacterClass()
CharacterClassTypepublic void setCharacterClass(CharacterClassType value)
value - allowed object is
CharacterClassTypepublic String toString()
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 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 StringLimitType clone()
Copyright © 2016 Evolveum. All rights reserved.