Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSHexBinary extends org.eclipse.wst.xml.xpath2.processor.internal.types.CtrTypeA representation of the xs:hexBinary datatype
Constructor Summary |
XSHexBinary(java.lang.String x) |
XSHexBinary() |
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 hexBinary 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 hexBinary |
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 hexBinary stored. This method is functionally identical to string_value() |
Constructor Detail |
public XSHexBinary(java.lang.String x)
Initialises using the supplied String
public XSHexBinary()
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 hexBinary value
arg
- The ResultSequence from which to construct hexBinary value
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence representing hexBinary 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 hexBinary
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 hexBinary 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:hexBinary" which is the datatype's full pathname
public java.lang.String type_name()
Retrieves the datatype's name
java.lang.String
- "hexBinary" which is the datatype's name
public java.lang.String value()
Retrieves a String representation of the hexBinary stored. This method is functionally identical to string_value()
java.lang.String
- The hexBinary stored