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

Uses of DataRecordType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as DataRecordType
protected  DataRecordType DataRecordPropertyType.dataRecord
           
protected  DataRecordType DataRecordPropertyByValueType.dataRecord
           
 

Methods in net.opengis.swecommon.v_2_0 that return DataRecordType
 DataRecordType ObjectFactory.createDataRecordType()
          Create an instance of DataRecordType
 DataRecordType DataRecordPropertyType.getDataRecord()
          Gets the value of the dataRecord property.
 DataRecordType DataRecordPropertyByValueType.getDataRecord()
          Gets the value of the dataRecord property.
 DataRecordType DataRecordType.withDefinition(String value)
           
 DataRecordType DataRecordType.withDescription(String value)
           
 DataRecordType DataRecordType.withExtension(Collection<Object> values)
           
 DataRecordType DataRecordType.withExtension(List<Object> value)
           
 DataRecordType DataRecordType.withExtension(Object... values)
           
 DataRecordType DataRecordType.withField(Collection<DataRecordType.Field> values)
           
 DataRecordType DataRecordType.withField(DataRecordType.Field... values)
           
 DataRecordType DataRecordType.withField(List<DataRecordType.Field> value)
           
 DataRecordType DataRecordType.withId(String value)
           
 DataRecordType DataRecordType.withIdentifier(String value)
           
 DataRecordType DataRecordType.withLabel(String value)
           
 DataRecordType DataRecordType.withOptional(boolean value)
           
 DataRecordType DataRecordType.withUpdatable(boolean value)
           
 

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

Methods in net.opengis.swecommon.v_2_0 with parameters of type DataRecordType
 JAXBElement<DataRecordType> ObjectFactory.createDataRecord(DataRecordType value)
          Create an instance of JAXBElement<DataRecordType>}
 void DataRecordPropertyType.setDataRecord(DataRecordType value)
          Sets the value of the dataRecord property.
 void DataRecordPropertyByValueType.setDataRecord(DataRecordType value)
          Sets the value of the dataRecord property.
 DataRecordPropertyType DataRecordPropertyType.withDataRecord(DataRecordType value)
           
 DataRecordPropertyByValueType DataRecordPropertyByValueType.withDataRecord(DataRecordType value)
           
 



Copyright © 2008-2015. All Rights Reserved.