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

Uses of DataStreamType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as DataStreamType
protected  DataStreamType DataStreamPropertyType.dataStream
           
protected  DataStreamType DataStreamPropertyByValueType.dataStream
           
 

Methods in net.opengis.swecommon.v_2_0 that return DataStreamType
 DataStreamType ObjectFactory.createDataStreamType()
          Create an instance of DataStreamType
 DataStreamType DataStreamPropertyType.getDataStream()
          Gets the value of the dataStream property.
 DataStreamType DataStreamPropertyByValueType.getDataStream()
          Gets the value of the dataStream property.
 DataStreamType DataStreamType.withDescription(String value)
           
 DataStreamType DataStreamType.withElementCount(DataStreamType.ElementCount value)
           
 DataStreamType DataStreamType.withElementType(DataStreamType.ElementType value)
           
 DataStreamType DataStreamType.withEncoding(DataStreamType.Encoding value)
           
 DataStreamType DataStreamType.withExtension(Collection<Object> values)
           
 DataStreamType DataStreamType.withExtension(List<Object> value)
           
 DataStreamType DataStreamType.withExtension(Object... values)
           
 DataStreamType DataStreamType.withId(String value)
           
 DataStreamType DataStreamType.withIdentifier(String value)
           
 DataStreamType DataStreamType.withLabel(String value)
           
 DataStreamType DataStreamType.withValues(EncodedValuesPropertyType value)
           
 

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

Methods in net.opengis.swecommon.v_2_0 with parameters of type DataStreamType
 JAXBElement<DataStreamType> ObjectFactory.createDataStream(DataStreamType value)
          Create an instance of JAXBElement<DataStreamType>}
 void DataStreamPropertyType.setDataStream(DataStreamType value)
          Sets the value of the dataStream property.
 void DataStreamPropertyByValueType.setDataStream(DataStreamType value)
          Sets the value of the dataStream property.
 DataStreamPropertyType DataStreamPropertyType.withDataStream(DataStreamType value)
           
 DataStreamPropertyByValueType DataStreamPropertyByValueType.withDataStream(DataStreamType value)
           
 



Copyright © 2008-2015. All Rights Reserved.