public class XSNonPositiveIntegerBinding extends Object implements SimpleBinding
<xs:simpleType name="nonPositiveInteger" id="nonPositiveInteger">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger"/>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:maxInclusive value="0" id="nonPositiveInteger.maxInclusive"/>
</xs:restriction>
</xs:simpleType>
| Constructor and Description |
|---|
XSNonPositiveIntegerBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(Object object,
String value) |
int |
getExecutionMode() |
QName |
getTarget() |
Class |
getType()
This binding returns objects of type
BigInteger |
Object |
parse(InstanceComponent instance,
Object value) |
public QName getTarget()
public int getExecutionMode()
getExecutionMode in interface BindingBinding.AFTER,
Binding.BEFORE,
Binding.OVERRIDEpublic Class getType()
BigInteger.
public Object parse(InstanceComponent instance, Object value) throws Exception
parse in interface SimpleBindinginstance - value - a BigInteger (after processing by parent)Exceptionpublic String encode(Object object, String value) throws Exception
encode in interface SimpleBindingobject - The object being encoded, never null.value - The string returned from another binding in the type hierachy, which could be
null.ExceptionCopyright © 1996–2019 Geotools. All rights reserved.