|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonPositiveInteger | |
---|---|
org.apache.axis2.databinding.types | These classes are directly salvaged from Axis 1 codebase. |
org.apache.axis2.databinding.types.soapencoding | |
org.apache.axis2.databinding.types.xsd | |
org.apache.axis2.databinding.utils |
Uses of NonPositiveInteger in org.apache.axis2.databinding.types |
---|
Subclasses of NonPositiveInteger in org.apache.axis2.databinding.types | |
---|---|
class |
NegativeInteger
Custom class for supporting primitive XSD data type negativeinteger negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1. |
Uses of NonPositiveInteger in org.apache.axis2.databinding.types.soapencoding |
---|
Fields in org.apache.axis2.databinding.types.soapencoding declared as NonPositiveInteger | |
---|---|
protected NonPositiveInteger |
NonPositiveInteger.localNonPositiveInteger
field for NonPositiveInteger |
Methods in org.apache.axis2.databinding.types.soapencoding that return NonPositiveInteger | |
---|---|
NonPositiveInteger |
NonPositiveInteger.getNonPositiveInteger()
Auto generated getter method |
Methods in org.apache.axis2.databinding.types.soapencoding with parameters of type NonPositiveInteger | |
---|---|
void |
NonPositiveInteger.setNonPositiveInteger(NonPositiveInteger param)
Auto generated setter method |
Uses of NonPositiveInteger in org.apache.axis2.databinding.types.xsd |
---|
Fields in org.apache.axis2.databinding.types.xsd declared as NonPositiveInteger | |
---|---|
protected NonPositiveInteger |
NonPositiveInteger.localNonPositiveInteger
field for NonPositiveInteger |
Methods in org.apache.axis2.databinding.types.xsd that return NonPositiveInteger | |
---|---|
NonPositiveInteger |
NonPositiveInteger.getNonPositiveInteger()
Auto generated getter method |
Methods in org.apache.axis2.databinding.types.xsd with parameters of type NonPositiveInteger | |
---|---|
void |
NonPositiveInteger.setNonPositiveInteger(NonPositiveInteger param)
Auto generated setter method |
Uses of NonPositiveInteger in org.apache.axis2.databinding.utils |
---|
Methods in org.apache.axis2.databinding.utils that return NonPositiveInteger | |
---|---|
static NonPositiveInteger |
ConverterUtil.convertToNonPositiveInteger(java.lang.String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |