public class StringPolicyType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
Modifier and Type | Field and Description |
---|---|
protected CharacterClassType |
characterClass |
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_CHARACTER_CLASS |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_LIMITATIONS |
static QName |
F_SERIAL_VERSION_UID |
protected LimitationsType |
limitations |
Constructor and Description |
---|
StringPolicyType()
Creates a new
StringPolicyType instance. |
StringPolicyType(StringPolicyType o)
Creates a new
StringPolicyType instance by deeply copying a given StringPolicyType instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String description
protected LimitationsType limitations
protected CharacterClassType characterClass
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_DESCRIPTION
public static final QName F_LIMITATIONS
public static final QName F_CHARACTER_CLASS
public static final QName F_COMPLEX___TYPE
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
.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()
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 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 StringPolicyType clone()
Copyright © 2013 evolveum. All rights reserved.