public class EntitySchema
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EntitySchema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRelativePathSchemafile()
Returns the value of field 'relativePathSchemafile'.
|
java.lang.String |
getSchemaName()
Returns the value of field 'schemaName'.
|
java.lang.String |
getXmlNamespace()
Returns the value of field 'xmlNamespace'.
|
void |
setRelativePathSchemafile(java.lang.String relativePathSchemafile)
Sets the value of field 'relativePathSchemafile'.
|
void |
setSchemaName(java.lang.String schemaName)
Sets the value of field 'schemaName'.
|
void |
setXmlNamespace(java.lang.String xmlNamespace)
Sets the value of field 'xmlNamespace'.
|
public java.lang.String getRelativePathSchemafile()
public java.lang.String getSchemaName()
public java.lang.String getXmlNamespace()
public void setRelativePathSchemafile(java.lang.String relativePathSchemafile)
relativePathSchemafile - the value of field
'relativePathSchemafile'.public void setSchemaName(java.lang.String schemaName)
schemaName - the value of field 'schemaName'.public void setXmlNamespace(java.lang.String xmlNamespace)
xmlNamespace - the value of field 'xmlNamespace'.