| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected List<Schema> |
Document.schema
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.addToSchemaExtension(Object schemaExtension)
add a value to the schemaExtension property collection
|
Schema |
Schema.addToSimpleField(SimpleField simpleField)
add a value to the simpleField property collection
|
Schema |
Schema.clone() |
Schema |
Document.createAndAddSchema()
Creates a new instance of
Schema and adds it to schema. |
static Schema |
KmlFactory.createSchema()
Create an instance of
Schema |
Schema |
Schema.withId(String id)
fluent setter
|
Schema |
Schema.withName(String name)
fluent setter
|
Schema |
Schema.withSchemaExtension(List<Object> schemaExtension)
fluent setter
|
Schema |
Schema.withSimpleField(List<SimpleField> simpleField)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
Document.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.addToSchema(Schema schema)
add a value to the schema property collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setSchema(List<Schema> schema) |
Document |
Document.withSchema(List<Schema> schema)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.