|
||||||||||
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.StringPolicyType
public class StringPolicyType
Java class for StringPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringPolicyType"> <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="limitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}limitationsType" minOccurs="0"/> <element name="characterClass" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}CharacterClassType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CharacterClassType |
characterClass
|
static QName |
COMPLEX_TYPE
|
protected String |
description
|
static QName |
F_CHARACTER_CLASS
|
static QName |
F_DESCRIPTION
|
static QName |
F_LIMITATIONS
|
protected LimitationsType |
limitations
|
Constructor Summary | |
---|---|
StringPolicyType()
Creates a new StringPolicyType instance. |
|
StringPolicyType(StringPolicyType o)
Creates a new StringPolicyType instance by deeply copying a given StringPolicyType instance. |
Method Summary | |
---|---|
StringPolicyType |
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. |
LimitationsType |
getLimitations()
Gets the value of the limitations property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCharacterClass(CharacterClassType value)
Sets the value of the characterClass property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setLimitations(LimitationsType value)
Sets the value of the limitations 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 String description
protected LimitationsType limitations
protected CharacterClassType characterClass
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_LIMITATIONS
public static final QName F_CHARACTER_CLASS
Constructor Detail |
---|
public StringPolicyType()
StringPolicyType
instance.
public StringPolicyType(StringPolicyType o)
StringPolicyType
instance by deeply copying a given StringPolicyType
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public LimitationsType getLimitations()
LimitationsType
public void setLimitations(LimitationsType value)
value
- allowed object is
LimitationsType
public CharacterClassType getCharacterClass()
CharacterClassType
public void setCharacterClass(CharacterClassType value)
value
- allowed object is
CharacterClassType
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.HashCode
public 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.Equals
public boolean equals(Object object)
equals
in class Object
public StringPolicyType clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |