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

Uses of DataArrayType in net.opengis.swecommon.v_2_0
 

Subclasses of DataArrayType in net.opengis.swecommon.v_2_0
 class MatrixType
          Java class for MatrixType complex type.
 

Fields in net.opengis.swecommon.v_2_0 with type parameters of type DataArrayType
protected  JAXBElement<? extends DataArrayType> DataArrayPropertyType.dataArray
           
protected  JAXBElement<? extends DataArrayType> DataArrayPropertyByValueType.dataArray
           
 

Methods in net.opengis.swecommon.v_2_0 that return DataArrayType
 DataArrayType ObjectFactory.createDataArrayType()
          Create an instance of DataArrayType
 DataArrayType DataArrayType.withDefinition(String value)
           
 DataArrayType DataArrayType.withDescription(String value)
           
 DataArrayType DataArrayType.withElementCount(CountPropertyType value)
           
 DataArrayType DataArrayType.withElementType(DataArrayType.ElementType value)
           
 DataArrayType DataArrayType.withEncoding(DataArrayType.Encoding value)
           
 DataArrayType DataArrayType.withExtension(Collection<Object> values)
           
 DataArrayType DataArrayType.withExtension(List<Object> value)
           
 DataArrayType DataArrayType.withExtension(Object... values)
           
 DataArrayType DataArrayType.withId(String value)
           
 DataArrayType DataArrayType.withIdentifier(String value)
           
 DataArrayType DataArrayType.withLabel(String value)
           
 DataArrayType DataArrayType.withOptional(boolean value)
           
 DataArrayType DataArrayType.withUpdatable(boolean value)
           
 DataArrayType DataArrayType.withValues(EncodedValuesPropertyType value)
           
 

Methods in net.opengis.swecommon.v_2_0 that return types with arguments of type DataArrayType
 JAXBElement<DataArrayType> ObjectFactory.createDataArray(DataArrayType value)
          Create an instance of JAXBElement<DataArrayType>}
 JAXBElement<? extends DataArrayType> DataArrayPropertyType.getDataArray()
          Gets the value of the dataArray property.
 JAXBElement<? extends DataArrayType> DataArrayPropertyByValueType.getDataArray()
          Gets the value of the dataArray property.
 

Methods in net.opengis.swecommon.v_2_0 with parameters of type DataArrayType
 JAXBElement<DataArrayType> ObjectFactory.createDataArray(DataArrayType value)
          Create an instance of JAXBElement<DataArrayType>}
 

Method parameters in net.opengis.swecommon.v_2_0 with type arguments of type DataArrayType
 void DataArrayPropertyType.setDataArray(JAXBElement<? extends DataArrayType> value)
          Sets the value of the dataArray property.
 void DataArrayPropertyByValueType.setDataArray(JAXBElement<? extends DataArrayType> value)
          Sets the value of the dataArray property.
 DataArrayPropertyType DataArrayPropertyType.withDataArray(JAXBElement<? extends DataArrayType> value)
           
 DataArrayPropertyByValueType DataArrayPropertyByValueType.withDataArray(JAXBElement<? extends DataArrayType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.