public abstract class TransliterationStringTypeImpl extends XSStringImpl implements TransliterationStringType
TransliterationStringType.LATIN_SCRIPT_ATTRIB_NAMETYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
TransliterationStringTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getLatinScript()
Returns the
LatinScript value. |
XSBooleanValue |
getLatinScriptXSBooleanValue()
Returns the
LatinScript value. |
void |
setLatinScript(Boolean latinScript)
Assigns the
LatinScript attribute value. |
void |
setLatinScript(XSBooleanValue latinScript)
Assigns the
LatinScript attribute value. |
getOrderedChildren, getValue, setValuederegisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitderegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprotected TransliterationStringTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic Boolean getLatinScript()
LatinScript value. If the attribute is not set Boolean#TRUE will be returned.getLatinScript in interface TransliterationStringTypeLatinScript attribute valuepublic XSBooleanValue getLatinScriptXSBooleanValue()
LatinScript value. If the attribute is not set null will be returned.getLatinScriptXSBooleanValue in interface TransliterationStringTypeLatinScript attribute valuepublic void setLatinScript(Boolean latinScript)
LatinScript attribute value.setLatinScript in interface TransliterationStringTypelatinScript - the LatinScript attribute valuepublic void setLatinScript(XSBooleanValue latinScript)
LatinScript attribute value.setLatinScript in interface TransliterationStringTypelatinScript - the LatinScript attribute valueCopyright © 2018 Litsec AB. All rights reserved.