|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.XGGPojo | +--xdoclet.sdk.xtag.migrator.Namespace
XML element: <namespace/>
. This element exists in the following versions:
Constructor Summary | |
Namespace()
Default constructor. |
|
Namespace(Xdoclet parent)
Constructor. |
Method Summary | |
Condition |
getCondition()
|
ConditionDescription |
getConditionDescription()
|
Tags |
getTags()
|
UsageDescription |
getUsageDescription()
|
Xmlname |
getXmlname()
|
void |
setCondition(Condition condition)
XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
void |
setConditionDescription(ConditionDescription conditionDescription)
XML element: <condition-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
void |
setTags(Tags tags)
XML element: <tags/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
void |
setUsageDescription(UsageDescription usageDescription)
XML element: <usage-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
void |
setXmlname(Xmlname xmlname)
XML element: <name/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
Methods inherited from class xdoclet.sdk.xgg.XGGPojo |
checkValue, checkVersion, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Namespace()
public Namespace(Xdoclet parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.Method Detail |
public final void setXmlname(Xmlname xmlname) throws IllegalStateException
XML element: <name/>
This element exists in the following versions:
xmlname
- the Xmlname to add.
IllegalStateException
- if this method is illegal
with the current version.public final Xmlname getXmlname()
public final void setUsageDescription(UsageDescription usageDescription) throws IllegalStateException
XML element: <usage-description/>
This element exists in the following versions:
usageDescription
- the UsageDescription to add.
IllegalStateException
- if this method is illegal
with the current version.public final UsageDescription getUsageDescription()
public final void setConditionDescription(ConditionDescription conditionDescription) throws IllegalStateException
XML element: <condition-description/>
This element exists in the following versions:
conditionDescription
- the ConditionDescription to add.
IllegalStateException
- if this method is illegal
with the current version.public final ConditionDescription getConditionDescription()
public final void setCondition(Condition condition) throws IllegalStateException
XML element: <condition/>
This element exists in the following versions:
condition
- the Condition to add.
IllegalStateException
- if this method is illegal
with the current version.public final Condition getCondition()
public final void setTags(Tags tags) throws IllegalStateException
XML element: <tags/>
This element exists in the following versions:
tags
- the Tags to add.
IllegalStateException
- if this method is illegal
with the current version.public final Tags getTags()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |