Constructor | Description |
---|---|
ExternalEntityDecl() |
|
ExternalEntityDecl(String name,
String publicID,
String systemID) |
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Getter for property name.
|
String |
getPublicID() |
Getter for property publicID.
|
String |
getSystemID() |
Getter for property systemID.
|
void |
setName(String name) |
Setter for property name.
|
void |
setPublicID(String publicID) |
Setter for property publicID.
|
void |
setSystemID(String systemID) |
Setter for property systemID.
|
String |
toString() |
public String getName()
public void setName(String name)
name
- New value of property name.public String getPublicID()
public void setPublicID(String publicID)
publicID
- New value of property publicID.public String getSystemID()
public void setSystemID(String systemID)
systemID
- New value of property systemID.