Uses of Class
net.opengis.iso19139.gco.v_20070417.UnlimitedIntegerType
-
Packages that use UnlimitedIntegerType Package Description net.opengis.iso19139.gco.v_20070417 -
-
Uses of UnlimitedIntegerType in net.opengis.iso19139.gco.v_20070417
Fields in net.opengis.iso19139.gco.v_20070417 declared as UnlimitedIntegerType Modifier and Type Field Description protected UnlimitedIntegerTypeUnlimitedIntegerPropertyType. unlimitedIntegerMethods in net.opengis.iso19139.gco.v_20070417 that return UnlimitedIntegerType Modifier and Type Method Description UnlimitedIntegerTypeObjectFactory. createUnlimitedIntegerType()Create an instance ofUnlimitedIntegerTypeUnlimitedIntegerTypeUnlimitedIntegerPropertyType. getUnlimitedInteger()Gets the value of the unlimitedInteger property.UnlimitedIntegerTypeUnlimitedIntegerType. withIsInfinite(boolean value)UnlimitedIntegerTypeUnlimitedIntegerType. withValue(BigInteger value)Methods in net.opengis.iso19139.gco.v_20070417 that return types with arguments of type UnlimitedIntegerType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<UnlimitedIntegerType>ObjectFactory. createUnlimitedInteger(UnlimitedIntegerType value)Methods in net.opengis.iso19139.gco.v_20070417 with parameters of type UnlimitedIntegerType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<UnlimitedIntegerType>ObjectFactory. createUnlimitedInteger(UnlimitedIntegerType value)voidUnlimitedIntegerPropertyType. setUnlimitedInteger(UnlimitedIntegerType value)Sets the value of the unlimitedInteger property.UnlimitedIntegerPropertyTypeUnlimitedIntegerPropertyType. withUnlimitedInteger(UnlimitedIntegerType value)Constructors in net.opengis.iso19139.gco.v_20070417 with parameters of type UnlimitedIntegerType Constructor Description UnlimitedIntegerPropertyType(UnlimitedIntegerType unlimitedInteger, List<String> nilReason)Fully-initialising value constructor
-