Package org.apache.xmlbeans
Interface XmlAnySimpleType
- 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
- All Known Implementing Classes:
JavaNotationHolder
,JavaNotationHolderEx
,XmlAnySimpleTypeImpl
,XmlAnySimpleTypeRestriction
,XmlAnyUriImpl
,XmlAnyUriRestriction
,XmlBase64BinaryImpl
,XmlBase64BinaryRestriction
,XmlBooleanImpl
,XmlBooleanRestriction
,XmlByteImpl
,XmlDateImpl
,XmlDateTimeImpl
,XmlDecimalImpl
,XmlDecimalRestriction
,XmlDoubleImpl
,XmlDoubleRestriction
,XmlDurationImpl
,XmlEntitiesImpl
,XmlEntityImpl
,XmlFloatImpl
,XmlFloatRestriction
,XmlGDayImpl
,XmlGMonthDayImpl
,XmlGMonthImpl
,XmlGYearImpl
,XmlGYearMonthImpl
,XmlHexBinaryImpl
,XmlHexBinaryRestriction
,XmlIdImpl
,XmlIdRefImpl
,XmlIdRefsImpl
,XmlIntegerImpl
,XmlIntegerRestriction
,XmlIntImpl
,XmlIntRestriction
,XmlLanguageImpl
,XmlListImpl
,XmlLongImpl
,XmlLongRestriction
,XmlNameImpl
,XmlNCNameImpl
,XmlNegativeIntegerImpl
,XmlNmTokenImpl
,XmlNmTokensImpl
,XmlNonNegativeIntegerImpl
,XmlNonPositiveIntegerImpl
,XmlNormalizedStringImpl
,XmlNotationImpl
,XmlNotationRestriction
,XmlPositiveIntegerImpl
,XmlQNameImpl
,XmlQNameRestriction
,XmlShortImpl
,XmlStringEnumeration
,XmlStringImpl
,XmlStringRestriction
,XmlTimeImpl
,XmlTokenImpl
,XmlUnionImpl
,XmlUnsignedByteImpl
,XmlUnsignedIntImpl
,XmlUnsignedLongImpl
,XmlUnsignedShortImpl
public interface XmlAnySimpleType extends XmlObject
Corresponds to the XML Schema
xs:anySimpleType type.
All simple types are convertible to String
.
-
Field Summary
Fields Modifier and Type Field Description static XmlObjectFactory<XmlAnySimpleType>
Factory
static SchemaType
type
The constantSchemaType
object representing this schema type.Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and Type Method Description String
getStringValue()
Returns the value as aString
void
setStringValue(String s)
Sets the value as aString
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
The constantSchemaType
object representing this schema type.
-
-
Method Details
-
getStringValue
String getStringValue()Returns the value as aString
-
setStringValue
Sets the value as aString
-