Uses of Interface
net.opengis.sampling.x10.SpecimenType.Size
-
Packages that use SpecimenType.Size Package Description net.opengis.sampling.x10 net.opengis.sampling.x10.impl -
-
Uses of SpecimenType.Size in net.opengis.sampling.x10
Methods in net.opengis.sampling.x10 that return SpecimenType.Size Modifier and Type Method Description SpecimenType.SizeSpecimenType. addNewSize()Appends and returns a new empty "size" elementSpecimenType.SizeSpecimenType. getSize()Gets the "size" elementstatic SpecimenType.SizeSpecimenType.Size.Factory. newInstance()static SpecimenType.SizeSpecimenType.Size.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sampling.x10 with parameters of type SpecimenType.Size Modifier and Type Method Description voidSpecimenType. setSize(SpecimenType.Size size)Sets the "size" element -
Uses of SpecimenType.Size in net.opengis.sampling.x10.impl
Classes in net.opengis.sampling.x10.impl that implement SpecimenType.Size Modifier and Type Class Description static classSpecimenTypeImpl.SizeImplAn XML size(@http://www.opengis.net/sampling/1.0).Methods in net.opengis.sampling.x10.impl that return SpecimenType.Size Modifier and Type Method Description SpecimenType.SizeSpecimenTypeImpl. addNewSize()Appends and returns a new empty "size" elementSpecimenType.SizeSpecimenTypeImpl. getSize()Gets the "size" elementMethods in net.opengis.sampling.x10.impl with parameters of type SpecimenType.Size Modifier and Type Method Description voidSpecimenTypeImpl. setSize(SpecimenType.Size size)Sets the "size" element
-