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

Nested Class Summary

public static final classXmlAnySimpleType.Factory
           A class with methods for creating instances of XmlAnySimpleType.
 
Nested classes from interface com.bea.xml.XmlObject
XmlObject.Factory
 

Field Summary

public static final SchemaType
type
The constant SchemaType object representing this schema type.
   
Fields from interface com.bea.xml.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
 

Method Summary

public String
getStringValue()
Returns the value as a String
public void
set(String s)
Sets the value as a String
public void
setStringValue(String s)
Sets the value as a String
public String
stringValue()
Returns the value as a String
 
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
   

Field Detail

type

public static final SchemaType type
The constant SchemaType object representing this schema type.

 

Method Detail

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