public class SchemaRepositoryDefinition 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" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="ref">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="schema" type="{http://www.citrusframework.org/schema/config}SchemaType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="locations" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="path" 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" />
<attribute name="schema-mapping-strategy" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaRepositoryDefinition.Locations
Java class for anonymous complex type.
|
static class |
SchemaRepositoryDefinition.Schemas
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected SchemaRepositoryDefinition.Locations |
locations |
protected String |
schemaMappingStrategy |
protected SchemaRepositoryDefinition.Schemas |
schemas |
| Constructor and Description |
|---|
SchemaRepositoryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
SchemaRepositoryDefinition.Locations |
getLocations()
Gets the value of the locations property.
|
String |
getSchemaMappingStrategy()
Gets the value of the schemaMappingStrategy property.
|
SchemaRepositoryDefinition.Schemas |
getSchemas()
Gets the value of the schemas property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocations(SchemaRepositoryDefinition.Locations value)
Sets the value of the locations property.
|
void |
setSchemaMappingStrategy(String value)
Sets the value of the schemaMappingStrategy property.
|
void |
setSchemas(SchemaRepositoryDefinition.Schemas value)
Sets the value of the schemas property.
|
protected SchemaRepositoryDefinition.Schemas schemas
protected SchemaRepositoryDefinition.Locations locations
protected String id
protected String schemaMappingStrategy
public SchemaRepositoryDefinition.Schemas getSchemas()
SchemaRepositoryDefinition.Schemaspublic void setSchemas(SchemaRepositoryDefinition.Schemas value)
value - allowed object is
SchemaRepositoryDefinition.Schemaspublic SchemaRepositoryDefinition.Locations getLocations()
SchemaRepositoryDefinition.Locationspublic void setLocations(SchemaRepositoryDefinition.Locations value)
value - allowed object is
SchemaRepositoryDefinition.Locationspublic void setId(String value)
value - allowed object is
Stringpublic String getSchemaMappingStrategy()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.