com.conradroche.matra.decl
Class Notation

java.lang.Object
  |
  +--com.conradroche.matra.decl.ExternalID
        |
        +--com.conradroche.matra.decl.Notation
All Implemented Interfaces:
ExternalID, Notation

public class Notation
extends com.conradroche.matra.decl.ExternalID
implements Notation

Class to hold the Notation declaration.

Author:
Conrad Roche

Constructor Summary
Notation()
          Notation Constructor.
 
Method Summary
 java.lang.String getNotationName()
          Returns the Notation name.
 java.lang.String getPublicIdentifier()
          Returns the Public Identifier.
 java.lang.String getSystemIdentifier()
          Returns the System Identifier.
 boolean hasPublicIdentifier()
          Returns true if the Public Identifier is specified.
 boolean hasSystemIdentifier()
          Returns true if the System Identifier is specified.
 void setNotationName(java.lang.String notationName)
          Sets the Notation name.
 void setPublicIdentifier(java.lang.String publicId)
          Sets the Public Identifier.
 void setSystemIdentifier(java.lang.String systemId)
          Sets the System Identifier.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.conradroche.dtd.decl.ExternalID
getPublicIdentifier, getSystemIdentifier, hasPublicIdentifier, hasSystemIdentifier, setPublicIdentifier, setSystemIdentifier
 

Constructor Detail

Notation

public Notation()
Notation Constructor.
Method Detail

getNotationName

public java.lang.String getNotationName()
Returns the Notation name.
Specified by:
getNotationName in interface Notation
Returns:
The Notation name.

setNotationName

public void setNotationName(java.lang.String notationName)
Sets the Notation name.
Specified by:
setNotationName in interface Notation
Parameters:
notationName - The Notation name.

getSystemIdentifier

public java.lang.String getSystemIdentifier()
Returns the System Identifier.
Specified by:
getSystemIdentifier in interface ExternalID
Returns:
The System Identifier

setSystemIdentifier

public void setSystemIdentifier(java.lang.String systemId)
Sets the System Identifier.
Specified by:
setSystemIdentifier in interface ExternalID
Parameters:
systemId - The System Identifier

getPublicIdentifier

public java.lang.String getPublicIdentifier()
Returns the Public Identifier.
Specified by:
getPublicIdentifier in interface ExternalID
Returns:
The Public Identifier

setPublicIdentifier

public void setPublicIdentifier(java.lang.String publicId)
Sets the Public Identifier.
Specified by:
setPublicIdentifier in interface ExternalID
Parameters:
The - Public Identifier

hasSystemIdentifier

public boolean hasSystemIdentifier()
Returns true if the System Identifier is specified.
Specified by:
hasSystemIdentifier in interface ExternalID
Returns:
true if the System Identifier is specified false otherwise.

hasPublicIdentifier

public boolean hasPublicIdentifier()
Returns true if the Public Identifier is specified.
Specified by:
hasPublicIdentifier in interface ExternalID
Returns:
true if the Public Identifier is specified false otherwise.