Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSBase64Binary extends org.eclipse.wst.xml.xpath2.processor.internal.types.CtrTypeA representation of the base64Binary datatype
Constructor Summary |
XSBase64Binary(java.lang.String x) |
XSBase64Binary() |
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg) Creates a new ResultSequence consisting of the base64Binary value |
public boolean | eq(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext dynamicContext) Equality comparison between this and the supplied representation which must be of type base64Binary |
public java.lang.Object | getNativeValue() |
public java.lang.String | getStringValue() Retrieves a String representation of the base64Binary stored. This method is functionally identical to value() |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
public java.lang.String | string_type() Retrieves the datatype's full pathname |
public java.lang.String | type_name() Retrieves the datatype's name |
public java.lang.String | value() Retrieves a String representation of the base64Binary stored. This method is functionally identical to string_value() |
Constructor Detail |
public XSBase64Binary(java.lang.String x)
Initialises using the supplied String
public XSBase64Binary()
Initialises to null
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.ResultSequence constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
Creates a new ResultSequence consisting of the base64Binary value
arg
- The ResultSequence from which to construct base64Binary value
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence representing base64Binary value
org.eclipse.wst.xml.xpath2.processor.DynamicError
public boolean eq(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext dynamicContext)
Equality comparison between this and the supplied representation which must be of type base64Binary
arg
- The representation to compare with
dynamicContext
boolean
- True if the two representation are same. False otherwise.
org.eclipse.wst.xml.xpath2.processor.DynamicError
public java.lang.Object getNativeValue()
java.lang.Object
public java.lang.String getStringValue()
Retrieves a String representation of the base64Binary stored. This method is functionally identical to value()
java.lang.String
- The base64Binary stored
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- "xs:base64Binary" which is the datatype's full pathname
public java.lang.String type_name()
Retrieves the datatype's name
java.lang.String
- "base64Binary" which is the datatype's name
public java.lang.String value()
Retrieves a String representation of the base64Binary stored. This method is functionally identical to string_value()
java.lang.String
- The base64Binary stored