Uses of Interface
net.opengis.swe.x20.CategoryType
-
Packages that use CategoryType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of CategoryType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return CategoryType Modifier and Type Method Description CategoryTypeAnyScalarPropertyType. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeCategoryDocument. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeCategoryPropertyType. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeDataChoiceType.ChoiceValue. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeQualityPropertyType. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeAnyScalarPropertyType. getCategory()Gets the "Category" elementCategoryTypeCategoryDocument. getCategory()Gets the "Category" elementCategoryTypeCategoryPropertyType. getCategory()Gets the "Category" elementCategoryTypeDataChoiceType.ChoiceValue. getCategory()Gets the "Category" elementCategoryTypeQualityPropertyType. getCategory()Gets the "Category" elementstatic CategoryTypeCategoryType.Factory. newInstance()static CategoryTypeCategoryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(File file)static CategoryTypeCategoryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(InputStream is)static CategoryTypeCategoryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(Reader r)static CategoryTypeCategoryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(String xmlAsString)static CategoryTypeCategoryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(URL u)static CategoryTypeCategoryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(XMLStreamReader sr)static CategoryTypeCategoryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CategoryTypeCategoryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CategoryTypeCategoryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CategoryTypeCategoryType.Factory. parse(Node node)static CategoryTypeCategoryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type CategoryType Modifier and Type Method Description voidAnyScalarPropertyType. setCategory(CategoryType category)Sets the "Category" elementvoidCategoryDocument. setCategory(CategoryType category)Sets the "Category" elementvoidCategoryPropertyType. setCategory(CategoryType category)Sets the "Category" elementvoidDataChoiceType.ChoiceValue. setCategory(CategoryType category)Sets the "Category" elementvoidQualityPropertyType. setCategory(CategoryType category)Sets the "Category" element -
Uses of CategoryType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement CategoryType Modifier and Type Class Description classCategoryTypeImplAn XML CategoryType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return CategoryType Modifier and Type Method Description CategoryTypeAnyScalarPropertyTypeImpl. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeCategoryDocumentImpl. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeCategoryPropertyTypeImpl. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeDataChoiceTypeImpl.ChoiceValueImpl. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeQualityPropertyTypeImpl. addNewCategory()Appends and returns a new empty "Category" elementCategoryTypeAnyScalarPropertyTypeImpl. getCategory()Gets the "Category" elementCategoryTypeCategoryDocumentImpl. getCategory()Gets the "Category" elementCategoryTypeCategoryPropertyTypeImpl. getCategory()Gets the "Category" elementCategoryTypeDataChoiceTypeImpl.ChoiceValueImpl. getCategory()Gets the "Category" elementCategoryTypeQualityPropertyTypeImpl. getCategory()Gets the "Category" elementMethods in net.opengis.swe.x20.impl with parameters of type CategoryType Modifier and Type Method Description voidAnyScalarPropertyTypeImpl. setCategory(CategoryType category)Sets the "Category" elementvoidCategoryDocumentImpl. setCategory(CategoryType category)Sets the "Category" elementvoidCategoryPropertyTypeImpl. setCategory(CategoryType category)Sets the "Category" elementvoidDataChoiceTypeImpl.ChoiceValueImpl. setCategory(CategoryType category)Sets the "Category" elementvoidQualityPropertyTypeImpl. setCategory(CategoryType category)Sets the "Category" element
-