|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dom4j.dtd.AttributeDecl
AttributeDecl
represents an attribute declaration in a DTD.
Constructor Summary | |
AttributeDecl()
|
|
AttributeDecl(String elementName,
String attributeName,
String type,
String valueDefault,
String value)
|
Method Summary | |
String |
getAttributeName()
Getter for property attributeName. |
String |
getElementName()
Getter for property elementName. |
String |
getType()
Getter for property type. |
String |
getValue()
Getter for property value. |
String |
getValueDefault()
Getter for property valueDefault. |
void |
setAttributeName(String attributeName)
Setter for property attributeName. |
void |
setElementName(String elementName)
Setter for property elementName. |
void |
setType(String type)
Setter for property type. |
void |
setValue(String value)
Setter for property value. |
void |
setValueDefault(String valueDefault)
Setter for property valueDefault. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AttributeDecl()
public AttributeDecl(String elementName, String attributeName, String type, String valueDefault, String value)
Method Detail |
public String getElementName()
public void setElementName(String elementName)
elementName
- New value of property elementName.public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- New value of property attributeName.public String getType()
public void setType(String type)
type
- New value of property type.public String getValue()
public void setValue(String value)
value
- New value of property value.public String getValueDefault()
public void setValueDefault(String valueDefault)
valueDefault
- New value of property valueDefault.public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |