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

Uses of SimpleFieldType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 with type parameters of type SimpleFieldType
protected  List<SimpleFieldType> SchemaType.simpleField
           
 

Methods in net.opengis.kml.v_2_3 that return SimpleFieldType
 SimpleFieldType ObjectFactory.createSimpleFieldType()
          Create an instance of SimpleFieldType
 SimpleFieldType SimpleFieldType.withDisplayName(String value)
           
 SimpleFieldType SimpleFieldType.withName(String value)
           
 SimpleFieldType SimpleFieldType.withSimpleFieldExtension(Collection<Object> values)
           
 SimpleFieldType SimpleFieldType.withSimpleFieldExtension(List<Object> value)
           
 SimpleFieldType SimpleFieldType.withSimpleFieldExtension(Object... values)
           
 SimpleFieldType SimpleFieldType.withType(String value)
           
 SimpleFieldType SimpleFieldType.withUom(String value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type SimpleFieldType
 JAXBElement<SimpleFieldType> ObjectFactory.createSimpleField(SimpleFieldType value)
          Create an instance of JAXBElement<SimpleFieldType>}
 List<SimpleFieldType> SchemaType.getSimpleField()
          Gets the value of the simpleField property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type SimpleFieldType
 JAXBElement<SimpleFieldType> ObjectFactory.createSimpleField(SimpleFieldType value)
          Create an instance of JAXBElement<SimpleFieldType>}
 SchemaType SchemaType.withSimpleField(SimpleFieldType... values)
           
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type SimpleFieldType
 void SchemaType.setSimpleField(List<SimpleFieldType> value)
           
 SchemaType SchemaType.withSimpleField(Collection<SimpleFieldType> values)
           
 SchemaType SchemaType.withSimpleField(List<SimpleFieldType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.