org.eclipse.gmt.modisco.xml
Interface DocumentTypeDeclaration

All Superinterfaces:
Node

public interface DocumentTypeDeclaration
extends Node

A representation of the model object 'Document Type Declaration'.

The following features are supported:

See Also:
MoDiscoXMLPackage.getDocumentTypeDeclaration()
Generated:
Model:

Method Summary
 java.lang.String getPublicID()
          Returns the value of the 'Public ID' attribute.
 java.lang.String getSystemID()
          Returns the value of the 'System ID' attribute.
 void setPublicID(java.lang.String value)
          Sets the value of the 'Public ID' attribute.
 void setSystemID(java.lang.String value)
          Sets the value of the 'System ID' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Node
getName, getParent, setName, setParent
 

Method Detail

getPublicID

java.lang.String getPublicID()
Returns the value of the 'Public ID' attribute.

If the meaning of the 'Public ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Public ID' attribute.
See Also:
setPublicID(String), MoDiscoXMLPackage.getDocumentTypeDeclaration_PublicID()
Generated:
Model:

setPublicID

void setPublicID(java.lang.String value)
Sets the value of the 'Public ID' attribute.

Parameters:
value - the new value of the 'Public ID' attribute.
See Also:
getPublicID()
Generated:

getSystemID

java.lang.String getSystemID()
Returns the value of the 'System ID' attribute.

If the meaning of the 'System ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'System ID' attribute.
See Also:
setSystemID(String), MoDiscoXMLPackage.getDocumentTypeDeclaration_SystemID()
Generated:
Model:

setSystemID

void setSystemID(java.lang.String value)
Sets the value of the 'System ID' attribute.

Parameters:
value - the new value of the 'System ID' attribute.
See Also:
getSystemID()
Generated: