public class AllowedValue_impl extends MetaDataObject_impl implements AllowedValue
AllowedValue.MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| Constructor and Description | 
|---|
| AllowedValue_impl()Default constructor. | 
| AllowedValue_impl(String aString,
                 String aDescription)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the verbose description of this allowed value. | 
| String | getString()Gets the allowed value. | 
| protected XmlizationInfo | getXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object
 in XML. | 
| void | setDescription(String aDescription)Sets the verbose description of this allowed value. | 
| void | setString(String aString)Sets the allowed value. | 
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic String getString()
AllowedValuegetString in interface AllowedValueAllowedValue.getString()public void setString(String aString)
AllowedValuesetString in interface AllowedValueaString - the allowed value stringAllowedValue.setString(java.lang.String)public String getDescription()
AllowedValuegetDescription in interface AllowedValueAllowedValue.getDescription()public void setDescription(String aDescription)
AllowedValuesetDescription in interface AllowedValueaDescription - the description of this allowed valueAllowedValue.setDescription(java.lang.String)protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implMetaDataObject_impl.getXmlizationInfo()Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.