public class SchemaDefinition extends Object
Java class for SchemaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchemaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
location |
| Constructor and Description |
|---|
SchemaDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getLocation()
Gets the value of the location property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.