public class TextPrivateField extends AbstractField<String>
The field enables an entity to gather or provide a single line or word of text, which shall be obscured in an interface (e.g., with multiple instances of the asterisk character).
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldValue()
Returns value of field.
|
void |
setFieldValue(String value)
Sets value of field.
|
getDesc, getLabel, getType, getVar, isRequired, setDesc, setLabel, setRequired, setVaraddChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNSpublic String getFieldValue() throws XMLException
XMLExceptionpublic void setFieldValue(String value) throws XMLException
value - value of fieldXMLExceptionCopyright © 2006–2015 Tigase. All rights reserved.