XmlAnySimpleType Interface
com.bea.xml
XmlAnySimpleType Interface
- public interface XmlAnySimpleType
extends XmlObject
Corresponds to the XML Schema
xs:anySimpleType type.
All simple types are convertible to String.
-
All Superinterfaces
-
XmlObject, XmlTokenSource
-
All Known Subinterfaces
-
XmlAnyURI, XmlBase64Binary, XmlBoolean, XmlByte, XmlDate, XmlDateTime, XmlDecimal, XmlDouble, XmlDuration, XmlENTITIES, XmlENTITY, XmlFloat, XmlGDay, XmlGMonth, XmlGMonthDay, XmlGYear, XmlGYearMonth, XmlHexBinary, XmlID, XmlIDREF, XmlIDREFS, XmlInt, XmlInteger, XmlLanguage, XmlLong, XmlName, XmlNCName, XmlNegativeInteger, XmlNMTOKEN, XmlNMTOKENS, XmlNonNegativeInteger, XmlNonPositiveInteger, XmlNormalizedString, XmlNOTATION, XmlPositiveInteger, XmlQName, XmlShort, XmlString, XmlTime, XmlToken, XmlUnsignedByte, XmlUnsignedInt, XmlUnsignedLong, XmlUnsignedShort
Methods from interface com.bea.xml.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods from interface com.bea.xml.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
type
public static final SchemaType type
- The constant
SchemaType object representing this schema type.
getStringValue() Method
public String getStringValue()
Returns the value as a String
set(String) Method
DEPRECATED replaced by com.bea.xml.XmlAnySimpleType.setStringValue(java.lang.String)
public void set(String s)
Sets the value as a String
setStringValue(String) Method
public void setStringValue(String s)
Sets the value as a String
stringValue() Method
DEPRECATED replaced by com.bea.xml.XmlAnySimpleType.getStringValue()
public String stringValue()
Returns the value as a String