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

Uses of SchemaDataType in net.opengis.kml.v_2_3
 

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

Methods in net.opengis.kml.v_2_3 that return SchemaDataType
 SchemaDataType ObjectFactory.createSchemaDataType()
          Create an instance of SchemaDataType
 SchemaDataType SchemaDataType.withId(String value)
           
 SchemaDataType SchemaDataType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 SchemaDataType SchemaDataType.withObjectSimpleExtensionGroup(List<Object> value)
           
 SchemaDataType SchemaDataType.withObjectSimpleExtensionGroup(Object... values)
           
 SchemaDataType SchemaDataType.withSchemaDataExtension(Collection<Object> values)
           
 SchemaDataType SchemaDataType.withSchemaDataExtension(List<Object> value)
           
 SchemaDataType SchemaDataType.withSchemaDataExtension(Object... values)
           
 SchemaDataType SchemaDataType.withSchemaUrl(String value)
           
 SchemaDataType SchemaDataType.withSimpleArrayData(Collection<SimpleArrayDataType> values)
           
 SchemaDataType SchemaDataType.withSimpleArrayData(List<SimpleArrayDataType> value)
           
 SchemaDataType SchemaDataType.withSimpleArrayData(SimpleArrayDataType... values)
           
 SchemaDataType SchemaDataType.withSimpleData(Collection<SimpleDataType> values)
           
 SchemaDataType SchemaDataType.withSimpleData(List<SimpleDataType> value)
           
 SchemaDataType SchemaDataType.withSimpleData(SimpleDataType... values)
           
 SchemaDataType SchemaDataType.withTargetId(String value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type SchemaDataType
 JAXBElement<SchemaDataType> ObjectFactory.createSchemaData(SchemaDataType value)
          Create an instance of JAXBElement<SchemaDataType>}
 List<SchemaDataType> ExtendedDataType.getSchemaData()
          Gets the value of the schemaData property.
 

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

Method parameters in net.opengis.kml.v_2_3 with type arguments of type SchemaDataType
 void ExtendedDataType.setSchemaData(List<SchemaDataType> value)
           
 ExtendedDataType ExtendedDataType.withSchemaData(Collection<SchemaDataType> values)
           
 ExtendedDataType ExtendedDataType.withSchemaData(List<SchemaDataType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.