Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSNonPositiveInteger extends org.eclipse.wst.xml.xpath2.processor.internal.types.XSInteger
Constructor Summary |
XSNonPositiveInteger() |
XSNonPositiveInteger(java.math.BigInteger x) |
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 extractable nonPositiveInteger in the supplied ResultSequence |
public java.lang.Object | getNativeValue() |
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 |
Constructor Detail |
public XSNonPositiveInteger()
Initializes a representation of 0
public XSNonPositiveInteger(java.math.BigInteger x)
Initializes a representation of the supplied nonPositiveInteger value
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 extractable nonPositiveInteger in the supplied ResultSequence
arg
- The ResultSequence from which the nonPositiveInteger is to be extracted
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence consisting of the 'nonPositiveInteger' supplied
org.eclipse.wst.xml.xpath2.processor.DynamicError
public java.lang.Object getNativeValue()
java.lang.Object
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:nonPositiveInteger" which is the datatype's full pathname
public java.lang.String type_name()
Retrieves the datatype's name
java.lang.String
- "nonPositiveInteger" which is the datatype's name