public class DataDictionaryType extends Object
Java class for DataDictionaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataDictionaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mappings" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mapping" 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" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="mapping-file" minOccurs="0">
<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>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="global-scope" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="mapping-strategy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="EXACT"/>
<enumeration value="STARTS_WITH"/>
<enumeration value="ENDS_WITH"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataDictionaryType.MappingFile
Java class for anonymous complex type.
|
static class |
DataDictionaryType.Mappings
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
globalScope |
protected String |
id |
protected DataDictionaryType.MappingFile |
mappingFile |
protected DataDictionaryType.Mappings |
mappings |
protected String |
mappingStrategy |
| Constructor and Description |
|---|
DataDictionaryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
DataDictionaryType.MappingFile |
getMappingFile()
Gets the value of the mappingFile property.
|
DataDictionaryType.Mappings |
getMappings()
Gets the value of the mappings property.
|
String |
getMappingStrategy()
Gets the value of the mappingStrategy property.
|
boolean |
isGlobalScope()
Gets the value of the globalScope property.
|
void |
setGlobalScope(Boolean value)
Sets the value of the globalScope property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMappingFile(DataDictionaryType.MappingFile value)
Sets the value of the mappingFile property.
|
void |
setMappings(DataDictionaryType.Mappings value)
Sets the value of the mappings property.
|
void |
setMappingStrategy(String value)
Sets the value of the mappingStrategy property.
|
protected DataDictionaryType.Mappings mappings
protected DataDictionaryType.MappingFile mappingFile
protected String id
protected Boolean globalScope
protected String mappingStrategy
public DataDictionaryType.Mappings getMappings()
DataDictionaryType.Mappingspublic void setMappings(DataDictionaryType.Mappings value)
value - allowed object is
DataDictionaryType.Mappingspublic DataDictionaryType.MappingFile getMappingFile()
DataDictionaryType.MappingFilepublic void setMappingFile(DataDictionaryType.MappingFile value)
value - allowed object is
DataDictionaryType.MappingFilepublic void setId(String value)
value - allowed object is
Stringpublic boolean isGlobalScope()
Booleanpublic void setGlobalScope(Boolean value)
value - allowed object is
Booleanpublic String getMappingStrategy()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.