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

Uses of DataChoiceType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as DataChoiceType
protected  DataChoiceType DataChoicePropertyType.dataChoice
           
protected  DataChoiceType DataChoicePropertyByValueType.dataChoice
           
 

Methods in net.opengis.swecommon.v_2_0 that return DataChoiceType
 DataChoiceType ObjectFactory.createDataChoiceType()
          Create an instance of DataChoiceType
 DataChoiceType DataChoicePropertyType.getDataChoice()
          Gets the value of the dataChoice property.
 DataChoiceType DataChoicePropertyByValueType.getDataChoice()
          Gets the value of the dataChoice property.
 DataChoiceType DataChoiceType.withChoiceValue(DataChoiceType.ChoiceValue value)
           
 DataChoiceType DataChoiceType.withDefinition(String value)
           
 DataChoiceType DataChoiceType.withDescription(String value)
           
 DataChoiceType DataChoiceType.withExtension(Collection<Object> values)
           
 DataChoiceType DataChoiceType.withExtension(List<Object> value)
           
 DataChoiceType DataChoiceType.withExtension(Object... values)
           
 DataChoiceType DataChoiceType.withId(String value)
           
 DataChoiceType DataChoiceType.withIdentifier(String value)
           
 DataChoiceType DataChoiceType.withItem(Collection<DataChoiceType.Item> values)
           
 DataChoiceType DataChoiceType.withItem(DataChoiceType.Item... values)
           
 DataChoiceType DataChoiceType.withItem(List<DataChoiceType.Item> value)
           
 DataChoiceType DataChoiceType.withLabel(String value)
           
 DataChoiceType DataChoiceType.withOptional(boolean value)
           
 DataChoiceType DataChoiceType.withUpdatable(boolean value)
           
 

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

Methods in net.opengis.swecommon.v_2_0 with parameters of type DataChoiceType
 JAXBElement<DataChoiceType> ObjectFactory.createDataChoice(DataChoiceType value)
          Create an instance of JAXBElement<DataChoiceType>}
 void DataChoicePropertyType.setDataChoice(DataChoiceType value)
          Sets the value of the dataChoice property.
 void DataChoicePropertyByValueType.setDataChoice(DataChoiceType value)
          Sets the value of the dataChoice property.
 DataChoicePropertyType DataChoicePropertyType.withDataChoice(DataChoiceType value)
           
 DataChoicePropertyByValueType DataChoicePropertyByValueType.withDataChoice(DataChoiceType value)
           
 



Copyright © 2008-2015. All Rights Reserved.