public class XMLconfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName_enumValue |
protected String |
attributeName_idDefinition |
protected String |
attributeName_idReference |
protected String |
attributeName_modelClass |
protected String |
attributeValue_idPrefix |
protected String |
elementTag_aggregate |
protected String |
elementTag_null |
protected String |
elementTag_reference |
protected String |
elementTag_rightPartOfCoPair |
static XMLconfiguration |
NO_PREFIX |
static XMLconfiguration |
PREFIXED |
Constructor and Description |
---|
XMLconfiguration() |
XMLconfiguration(String er,
String ea,
String en,
String epp,
String id,
String attMc,
String ir,
String ip,
String ev) |
Modifier and Type | Method and Description |
---|---|
String |
get_attributeName_enumValue() |
String |
get_attributeName_idDefinition() |
String |
get_attributeName_idReference() |
String |
get_attributeName_modelClass() |
String |
get_attributeValue_idPrefix() |
String |
get_elementTag_aggregate() |
String |
get_elementTag_null() |
String |
get_elementTag_reference() |
String |
get_elementTag_rightPartOfCoPair() |
boolean |
isReservedElementTag(String tag) |
void |
set_attributeName_enumValue(String s) |
void |
set_attributeName_idDefinition(String s) |
void |
set_attributeName_idReference(String s) |
void |
set_attributeName_modelClass(String s) |
void |
set_attributeValue_idPrefix(String s) |
void |
set_elementTag_aggregate(String s) |
void |
set_elementTag_null(String s) |
void |
set_elementTag_reference(String s) |
void |
set_elementTag_rightPartOfCoPair(String s) |
protected String elementTag_reference
protected String elementTag_aggregate
protected String elementTag_null
protected String elementTag_rightPartOfCoPair
protected String attributeName_idReference
protected String attributeName_modelClass
protected String attributeName_idDefinition
protected String attributeValue_idPrefix
protected String attributeName_enumValue
public static final XMLconfiguration PREFIXED
public static final XMLconfiguration NO_PREFIX
public boolean isReservedElementTag(String tag)
public String get_elementTag_reference()
public String get_elementTag_aggregate()
public String get_elementTag_null()
public String get_elementTag_rightPartOfCoPair()
public String get_attributeName_idReference()
public String get_attributeName_modelClass()
public String get_attributeName_idDefinition()
public String get_attributeValue_idPrefix()
public String get_attributeName_enumValue()
public void set_elementTag_reference(String s)
public void set_elementTag_aggregate(String s)
public void set_elementTag_null(String s)
public void set_elementTag_rightPartOfCoPair(String s)
public void set_attributeName_idReference(String s)
public void set_attributeName_modelClass(String s)
public void set_attributeName_idDefinition(String s)
public void set_attributeValue_idPrefix(String s)
public void set_attributeName_enumValue(String s)
see also the complete user documentation .