Uses of Class
net.opengis.kml.v_2_3.DataType

Uses of DataType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 with type parameters of type DataType
protected  List<DataType> ExtendedDataType.data
           
 

Methods in net.opengis.kml.v_2_3 that return DataType
 DataType ObjectFactory.createDataType()
          Create an instance of DataType
 DataType DataType.withDataExtension(Collection<Object> values)
           
 DataType DataType.withDataExtension(List<Object> value)
           
 DataType DataType.withDataExtension(Object... values)
           
 DataType DataType.withDisplayName(String value)
           
 DataType DataType.withId(String value)
           
 DataType DataType.withName(String value)
           
 DataType DataType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 DataType DataType.withObjectSimpleExtensionGroup(List<Object> value)
           
 DataType DataType.withObjectSimpleExtensionGroup(Object... values)
           
 DataType DataType.withTargetId(String value)
           
 DataType DataType.withUom(String value)
           
 DataType DataType.withValue(Object value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type DataType
 JAXBElement<DataType> ObjectFactory.createData(DataType value)
          Create an instance of JAXBElement<DataType>}
 List<DataType> ExtendedDataType.getData()
          Gets the value of the data property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type DataType
 JAXBElement<DataType> ObjectFactory.createData(DataType value)
          Create an instance of JAXBElement<DataType>}
 ExtendedDataType ExtendedDataType.withData(DataType... values)
           
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type DataType
 void ExtendedDataType.setData(List<DataType> value)
           
 ExtendedDataType ExtendedDataType.withData(Collection<DataType> values)
           
 ExtendedDataType ExtendedDataType.withData(List<DataType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.