Uses of Class
net.opengis.swecommon.v_2_0.CategoryType

Uses of CategoryType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as CategoryType
protected  CategoryType QualityPropertyType.category
           
protected  CategoryType DataChoiceType.ChoiceValue.category
           
protected  CategoryType CategoryPropertyType.category
           
protected  CategoryType AnyScalarPropertyType.category
           
 

Methods in net.opengis.swecommon.v_2_0 that return CategoryType
 CategoryType ObjectFactory.createCategoryType()
          Create an instance of CategoryType
 CategoryType QualityPropertyType.getCategory()
          Gets the value of the category property.
 CategoryType DataChoiceType.ChoiceValue.getCategory()
          Gets the value of the category property.
 CategoryType CategoryPropertyType.getCategory()
          Gets the value of the category property.
 CategoryType AnyScalarPropertyType.getCategory()
          Gets the value of the category property.
 CategoryType CategoryType.withAxisID(String value)
           
 CategoryType CategoryType.withCodeSpace(Reference value)
           
 CategoryType CategoryType.withConstraint(AllowedTokensPropertyType value)
           
 CategoryType CategoryType.withDefinition(String value)
           
 CategoryType CategoryType.withDescription(String value)
           
 CategoryType CategoryType.withExtension(Collection<Object> values)
           
 CategoryType CategoryType.withExtension(List<Object> value)
           
 CategoryType CategoryType.withExtension(Object... values)
           
 CategoryType CategoryType.withId(String value)
           
 CategoryType CategoryType.withIdentifier(String value)
           
 CategoryType CategoryType.withLabel(String value)
           
 CategoryType CategoryType.withNilValues(NilValuesPropertyType value)
           
 CategoryType CategoryType.withOptional(boolean value)
           
 CategoryType CategoryType.withQuality(Collection<QualityPropertyType> values)
           
 CategoryType CategoryType.withQuality(List<QualityPropertyType> value)
           
 CategoryType CategoryType.withQuality(QualityPropertyType... values)
           
 CategoryType CategoryType.withReferenceFrame(String value)
           
 CategoryType CategoryType.withUpdatable(boolean value)
           
 CategoryType CategoryType.withValue(String value)
           
 

Methods in net.opengis.swecommon.v_2_0 that return types with arguments of type CategoryType
 JAXBElement<CategoryType> ObjectFactory.createCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 

Methods in net.opengis.swecommon.v_2_0 with parameters of type CategoryType
 JAXBElement<CategoryType> ObjectFactory.createCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 void QualityPropertyType.setCategory(CategoryType value)
          Sets the value of the category property.
 void DataChoiceType.ChoiceValue.setCategory(CategoryType value)
          Sets the value of the category property.
 void CategoryPropertyType.setCategory(CategoryType value)
          Sets the value of the category property.
 void AnyScalarPropertyType.setCategory(CategoryType value)
          Sets the value of the category property.
 QualityPropertyType QualityPropertyType.withCategory(CategoryType value)
           
 DataChoiceType.ChoiceValue DataChoiceType.ChoiceValue.withCategory(CategoryType value)
           
 CategoryPropertyType CategoryPropertyType.withCategory(CategoryType value)
           
 AnyScalarPropertyType AnyScalarPropertyType.withCategory(CategoryType value)
           
 



Copyright © 2008-2015. All Rights Reserved.