Uses of Class
net.opengis.iso19139.gco.v_20070417.UnlimitedIntegerPropertyType
-
Packages that use UnlimitedIntegerPropertyType Package Description net.opengis.iso19139.gco.v_20070417 -
-
Uses of UnlimitedIntegerPropertyType in net.opengis.iso19139.gco.v_20070417
Fields in net.opengis.iso19139.gco.v_20070417 declared as UnlimitedIntegerPropertyType Modifier and Type Field Description protected UnlimitedIntegerPropertyTypeMultiplicityRangeType. upperMethods in net.opengis.iso19139.gco.v_20070417 that return UnlimitedIntegerPropertyType Modifier and Type Method Description UnlimitedIntegerPropertyTypeObjectFactory. createUnlimitedIntegerPropertyType()Create an instance ofUnlimitedIntegerPropertyTypeUnlimitedIntegerPropertyTypeMultiplicityRangeType. getUpper()Gets the value of the upper property.UnlimitedIntegerPropertyTypeUnlimitedIntegerPropertyType. withNilReason(String... values)UnlimitedIntegerPropertyTypeUnlimitedIntegerPropertyType. withNilReason(Collection<String> values)UnlimitedIntegerPropertyTypeUnlimitedIntegerPropertyType. withNilReason(List<String> value)UnlimitedIntegerPropertyTypeUnlimitedIntegerPropertyType. withUnlimitedInteger(UnlimitedIntegerType value)Methods in net.opengis.iso19139.gco.v_20070417 with parameters of type UnlimitedIntegerPropertyType Modifier and Type Method Description voidMultiplicityRangeType. setUpper(UnlimitedIntegerPropertyType value)Sets the value of the upper property.MultiplicityRangeTypeMultiplicityRangeType. withUpper(UnlimitedIntegerPropertyType value)Constructors in net.opengis.iso19139.gco.v_20070417 with parameters of type UnlimitedIntegerPropertyType Constructor Description MultiplicityRangeType(String id, String uuid, IntegerPropertyType lower, UnlimitedIntegerPropertyType upper)Fully-initialising value constructor
-