public class SchemaCollectionDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="schemas">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="schema">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaCollectionDefinition.Schemas
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected SchemaCollectionDefinition.Schemas |
schemas |
| Constructor and Description |
|---|
SchemaCollectionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
SchemaCollectionDefinition.Schemas |
getSchemas()
Gets the value of the schemas property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSchemas(SchemaCollectionDefinition.Schemas value)
Sets the value of the schemas property.
|
protected SchemaCollectionDefinition.Schemas schemas
protected String id
public SchemaCollectionDefinition.Schemas getSchemas()
SchemaCollectionDefinition.Schemaspublic void setSchemas(SchemaCollectionDefinition.Schemas value)
value - allowed object is
SchemaCollectionDefinition.SchemasCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.