|
||||||||||
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.CharacterClassType
public class CharacterClassType
Definition of valid characters in class. Default value is ASCII printable characters (Codes 0x20 to 0x7E)
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-2a}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>
Field Summary | |
---|---|
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 Summary | |
---|---|
CharacterClassType()
Creates a new CharacterClassType instance. |
|
CharacterClassType(CharacterClassType o)
Creates a new CharacterClassType instance by deeply copying a given CharacterClassType instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
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
.Method Detail |
---|
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()
String
public void setValue(String value)
value
- allowed object is
String
public QName getRef()
QName
public void setRef(QName value)
value
- allowed object is
QName
public QName getName()
QName
public void setName(QName value)
value
- allowed object is
QName
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 CharacterClassType clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |