|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Complex type with empty content model.
Attribute Summary | |
|
manufacturer use: optional; propertyName: Manufacturer
|
int |
numberOfWheels use: optional; propertyName: NumberOfWheels
This attribute is set by a hook method that is manually implemented in the Vehicle class. |
Attribute Detail |
String
(IIDREFData
)
use: optional; propertyName: Manufacturer
int (IIntData
)
use: optional; propertyName: NumberOfWheels
Vehicle
class.
Method Summary | |
int |
getNumberOfWheels()
Gets the numberOfWheels attribute. |
boolean |
hasNumberOfWheels()
Checks if the numberOfWheels attribute is present. |
void |
removeNumberOfWheels()
Removes the numberOfWheels attribute. |
void |
setNumberOfWheels(int aValue)
Sets the numberOfWheels attribute. |
Methods inherited from interface org.jbind.example.meansOfTransport.IMeansOfTransportData |
getManufacturer, hasManufacturer, refManufacturer, setManufacturer |
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 int getNumberOfWheels()
public void setNumberOfWheels(int aValue) throws XmlException
protected void doSetNumberOfWheels(int aValue) throws XmlException;
aValue
- The new value.
XmlException
- Raised if the value could not be set.public boolean hasNumberOfWheels()
true
iff the attribute is present.public void removeNumberOfWheels() throws XmlException
XmlException
- Raised if it is tried to remove a required attribute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |