Package org.eclipse.wst.xml.xpath2.processor.internal.types


org.eclipse.wst.xml.xpath2.processor.internal.types
Class XSBase64Binary



public class XSBase64Binary
extends org.eclipse.wst.xml.xpath2.processor.internal.types.CtrType
A representation of the base64Binary datatype

Constructor Summary

XSBase64Binary(java.lang.String x)
XSBase64Binary()

Method Summary

public org.eclipse.wst.xml.xpath2.api.ResultSequenceconstructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
     Creates a new ResultSequence consisting of the base64Binary value
public booleaneq(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.ObjectgetNativeValue()
    
public java.lang.StringgetStringValue()
     Retrieves a String representation of the base64Binary stored. This method is functionally identical to value()
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinitiongetTypeDefinition()
    
public java.lang.Stringstring_type()
     Retrieves the datatype's full pathname
public java.lang.Stringtype_name()
     Retrieves the datatype's name
public java.lang.Stringvalue()
     Retrieves a String representation of the base64Binary stored. This method is functionally identical to string_value()

Constructor Detail

XSBase64Binary

public XSBase64Binary(java.lang.String x)

Initialises using the supplied String


XSBase64Binary

public XSBase64Binary()

Initialises to null


Methods Detail

constructor

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

Parameters

arg - The ResultSequence from which to construct base64Binary value

Returns

org.eclipse.wst.xml.xpath2.api.ResultSequence - New ResultSequence representing base64Binary value

Throws:

org.eclipse.wst.xml.xpath2.processor.DynamicError


eq

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

Parameters

arg - The representation to compare with

dynamicContext

Returns

boolean - True if the two representation are same. False otherwise.

Throws:

org.eclipse.wst.xml.xpath2.processor.DynamicError


getNativeValue

public java.lang.Object getNativeValue()

Returns

java.lang.Object


getStringValue

public java.lang.String getStringValue()

Retrieves a String representation of the base64Binary stored. This method is functionally identical to value()

Returns

java.lang.String - The base64Binary stored


getTypeDefinition

public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()

Returns

org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition


string_type

public java.lang.String string_type()

Retrieves the datatype's full pathname

Returns

java.lang.String - "xs:base64Binary" which is the datatype's full pathname


type_name

public java.lang.String type_name()

Retrieves the datatype's name

Returns

java.lang.String - "base64Binary" which is the datatype's name


value

public java.lang.String value()

Retrieves a String representation of the base64Binary stored. This method is functionally identical to string_value()

Returns

java.lang.String - The base64Binary stored