Uses of Class
net.opengis.iso19139.gco.v_20070417.MultiplicityType
-
Packages that use MultiplicityType Package Description net.opengis.iso19139.gco.v_20070417 -
-
Uses of MultiplicityType in net.opengis.iso19139.gco.v_20070417
Fields in net.opengis.iso19139.gco.v_20070417 declared as MultiplicityType Modifier and Type Field Description protected MultiplicityTypeMultiplicityPropertyType. multiplicityMethods in net.opengis.iso19139.gco.v_20070417 that return MultiplicityType Modifier and Type Method Description MultiplicityTypeObjectFactory. createMultiplicityType()Create an instance ofMultiplicityTypeMultiplicityTypeMultiplicityPropertyType. getMultiplicity()Gets the value of the multiplicity property.MultiplicityTypeMultiplicityType. withId(String value)MultiplicityTypeMultiplicityType. withRange(Collection<MultiplicityRangePropertyType> values)MultiplicityTypeMultiplicityType. withRange(List<MultiplicityRangePropertyType> value)MultiplicityTypeMultiplicityType. withRange(MultiplicityRangePropertyType... values)MultiplicityTypeMultiplicityType. withUuid(String value)Methods in net.opengis.iso19139.gco.v_20070417 that return types with arguments of type MultiplicityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MultiplicityType>ObjectFactory. createMultiplicity(MultiplicityType value)Methods in net.opengis.iso19139.gco.v_20070417 with parameters of type MultiplicityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MultiplicityType>ObjectFactory. createMultiplicity(MultiplicityType value)voidMultiplicityPropertyType. setMultiplicity(MultiplicityType value)Sets the value of the multiplicity property.MultiplicityPropertyTypeMultiplicityPropertyType. withMultiplicity(MultiplicityType value)Constructors in net.opengis.iso19139.gco.v_20070417 with parameters of type MultiplicityType Constructor Description MultiplicityPropertyType(MultiplicityType multiplicity, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-