|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Complex type with empty content model.
Attribute Summary | |
|
id use: optional; propertyName: Id
|
|
name use: optional; propertyName: Name
|
Attribute Detail |
String
(IIDData
)
use: optional; propertyName: Id
String
(IStringData
)
use: optional; propertyName: Name
Method Summary | |
java.lang.String |
getId()
Gets the id attribute. |
java.lang.String |
getName()
Gets the name attribute. |
boolean |
hasId()
Checks if the id attribute is present. |
boolean |
hasName()
Checks if the name attribute is present. |
void |
setId(java.lang.String aValue)
Sets the id attribute. |
void |
setName(java.lang.String aValue)
Sets the name attribute. |
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData |
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_ |
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String aValue) throws XmlException
aValue
- (optional).
XmlException
- Raised if the value could not be set.public boolean hasId()
true
iff the attribute is present.public java.lang.String getName()
public void setName(java.lang.String aValue) throws XmlException
aValue
- (optional).
XmlException
- Raised if the value could not be set.public boolean hasName()
true
iff the attribute is present.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |