|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to hold the ExternalID declaration used for Entity and Notation declarations.
| Method Summary | |
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 |
setPublicIdentifier(java.lang.String publicId)
Sets the Public Identifier. |
void |
setSystemIdentifier(java.lang.String systemId)
Sets the System Identifier. |
| Method Detail |
public java.lang.String getSystemIdentifier()
public void setSystemIdentifier(java.lang.String systemId)
systemId - The System Identifierpublic java.lang.String getPublicIdentifier()
public void setPublicIdentifier(java.lang.String publicId)
The - Public Identifierpublic boolean hasSystemIdentifier()
true if the
System Identifier is specified.true if the
System Identifier is specified
false otherwise.public boolean hasPublicIdentifier()
true if the
Public Identifier is specified.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 | |||||||||