public interface XMLInfo extends EObject, XMLResource.XMLInfo
Ecore2XMLPackage.getXMLInfo()ATTRIBUTE, CONTENT, ELEMENT, UNSPECIFIED| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
java.lang.String |
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute
|
int |
getXMLRepresentation()
Returns the value of the 'XML Representation' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the '
Target Namespace' attribute |
void |
setXMLRepresentation(int value)
Sets the value of the '
XML Representation' attribute |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getName()
getName in interface XMLResource.XMLInfosetName(String),
Ecore2XMLPackage.getXMLInfo_Name()void setName(java.lang.String value)
Name' attribute.
setName in interface XMLResource.XMLInfovalue - the new value of the 'Name' attribute.getName()java.lang.String getTargetNamespace()
getTargetNamespace in interface XMLResource.XMLInfosetTargetNamespace(String),
Ecore2XMLPackage.getXMLInfo_TargetNamespace()void setTargetNamespace(java.lang.String value)
Target Namespace' attribute.
setTargetNamespace in interface XMLResource.XMLInfovalue - the new value of the 'Target Namespace' attribute.getTargetNamespace()int getXMLRepresentation()
"-1".
getXMLRepresentation in interface XMLResource.XMLInfosetXMLRepresentation(int),
Ecore2XMLPackage.getXMLInfo_XMLRepresentation()void setXMLRepresentation(int value)
XML Representation' attribute.
setXMLRepresentation in interface XMLResource.XMLInfovalue - the new value of the 'XML Representation' attribute.getXMLRepresentation()