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

Uses of SchemaType in net.opengis.kml.v_2_3
 

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

Methods in net.opengis.kml.v_2_3 that return SchemaType
 SchemaType ObjectFactory.createSchemaType()
          Create an instance of SchemaType
 SchemaType SchemaType.withId(String value)
           
 SchemaType SchemaType.withName(String value)
           
 SchemaType SchemaType.withSchemaExtension(Collection<Object> values)
           
 SchemaType SchemaType.withSchemaExtension(List<Object> value)
           
 SchemaType SchemaType.withSchemaExtension(Object... values)
           
 SchemaType SchemaType.withSimpleArrayField(Collection<SimpleArrayFieldType> values)
           
 SchemaType SchemaType.withSimpleArrayField(List<SimpleArrayFieldType> value)
           
 SchemaType SchemaType.withSimpleArrayField(SimpleArrayFieldType... values)
           
 SchemaType SchemaType.withSimpleField(Collection<SimpleFieldType> values)
           
 SchemaType SchemaType.withSimpleField(List<SimpleFieldType> value)
           
 SchemaType SchemaType.withSimpleField(SimpleFieldType... values)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type SchemaType
 JAXBElement<SchemaType> ObjectFactory.createSchema(SchemaType value)
          Create an instance of JAXBElement<SchemaType>}
 List<SchemaType> DocumentType.getSchema()
          Gets the value of the schema property.
 

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

Method parameters in net.opengis.kml.v_2_3 with type arguments of type SchemaType
 void DocumentType.setSchema(List<SchemaType> value)
           
 DocumentType DocumentType.withSchema(Collection<SchemaType> values)
           
 DocumentType DocumentType.withSchema(List<SchemaType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.