|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.decl.ExternalID | +--com.conradroche.matra.decl.Notation
Class to hold the Notation declaration.
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 |
public Notation()
Method Detail |
public java.lang.String getNotationName()
getNotationName
in interface Notation
public void setNotationName(java.lang.String notationName)
setNotationName
in interface Notation
notationName
- The Notation name.public java.lang.String getSystemIdentifier()
getSystemIdentifier
in interface ExternalID
public void setSystemIdentifier(java.lang.String systemId)
setSystemIdentifier
in interface ExternalID
systemId
- The System Identifierpublic java.lang.String getPublicIdentifier()
getPublicIdentifier
in interface ExternalID
public void setPublicIdentifier(java.lang.String publicId)
setPublicIdentifier
in interface ExternalID
The
- Public Identifierpublic boolean hasSystemIdentifier()
true
if the
System Identifier is specified.hasSystemIdentifier
in interface ExternalID
true
if the
System Identifier is specified
false
otherwise.public boolean hasPublicIdentifier()
true
if the
Public Identifier is specified.hasPublicIdentifier
in interface ExternalID
true
if the
Public Identifier is specified
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |