public class CharacterClassType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CharacterClassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CharacterClassType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="characterClass" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CharacterClassType" maxOccurs="unbounded"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CharacterClassType> |
characterClass |
static QName |
COMPLEX_TYPE |
static QName |
F_CHARACTER_CLASS |
static QName |
F_NAME |
static QName |
F_REF |
static QName |
F_VALUE |
protected QName |
name |
protected QName |
ref |
protected String |
value |
| Constructor and Description |
|---|
CharacterClassType()
Creates a new
CharacterClassType instance. |
CharacterClassType(CharacterClassType o)
Creates a new
CharacterClassType instance by deeply copying a given CharacterClassType instance. |
| Modifier and Type | Method and Description |
|---|---|
CharacterClassType |
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) |
List<CharacterClassType> |
getCharacterClass()
Gets the value of the characterClass property.
|
QName |
getName()
Gets the value of the name property.
|
QName |
getRef()
Gets the value of the ref property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setName(QName value)
Sets the value of the name property.
|
void |
setRef(QName value)
Sets the value of the ref property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected List<CharacterClassType> characterClass
protected String value
protected QName ref
protected QName name
public static final QName COMPLEX_TYPE
public static final QName F_CHARACTER_CLASS
public static final QName F_VALUE
public static final QName F_REF
public static final QName F_NAME
public CharacterClassType()
CharacterClassType instance.public CharacterClassType(CharacterClassType o)
CharacterClassType instance by deeply copying a given CharacterClassType instance.o - The instance to copy.NullPointerException - if o is null.public List<CharacterClassType> getCharacterClass()
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 characterClass property.
For example, to add a new item, do as follows:
getCharacterClass().add(newItem);
Objects of the following type(s) are allowed in the list
CharacterClassType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setRef(QName value)
value - allowed object is
QNamepublic QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic 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 CharacterClassType clone()
Copyright © 2016 Evolveum. All rights reserved.