Uses of Class
org.apache.sis.internal.jaxb.gco.UnlimitedInteger
Packages that use UnlimitedInteger
Package
Description
Miscellaneous objects and adapters defined in the
"gco" namespace.-
Uses of UnlimitedInteger in org.apache.sis.internal.jaxb.gco
Fields in org.apache.sis.internal.jaxb.gco declared as UnlimitedIntegerModifier and TypeFieldDescriptionprivate UnlimitedIntegerMultiplicityRange.upperThe upper bound.Methods in org.apache.sis.internal.jaxb.gco that return UnlimitedIntegerModifier and TypeMethodDescriptionfinal UnlimitedIntegerGO_UnlimitedInteger.getElement()Invoked by JAXB at marshalling time for getting the actual value to write.Methods in org.apache.sis.internal.jaxb.gco that return types with arguments of type UnlimitedIntegerModifier and TypeMethodDescriptionprotected final Class<UnlimitedInteger>GO_UnlimitedInteger.getBoundType()Returns the Java type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.gco with parameters of type UnlimitedIntegerModifier and TypeMethodDescriptionfinal voidGO_UnlimitedInteger.setElement(UnlimitedInteger metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected GO_UnlimitedIntegerGO_UnlimitedInteger.wrap(UnlimitedInteger value) Allows JAXB to change the result of the marshalling process, according to the ISO 19115-3 standard and its requirements about primitive types.Constructors in org.apache.sis.internal.jaxb.gco with parameters of type UnlimitedIntegerModifierConstructorDescriptionprivateConstructs a wrapper for the given value.