|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Complex type with complex content model.
| Element Summary | |
|
automobile minOccurs: 1; maxOccurs: 1; propertyName: Automobile
|
|
manufacturer minOccurs: 1; maxOccurs: 1; propertyName: Manufacturer
|
|
truck minOccurs: 1; maxOccurs: 1; propertyName: Truck
|
|
vehicle minOccurs: 1; maxOccurs: 1; propertyName: Vehicle
|
| Element Detail |
IAutomobileData minOccurs: 1; maxOccurs: 1; propertyName: Automobile
IManufacturerData minOccurs: 1; maxOccurs: 1; propertyName: Manufacturer
ITruck minOccurs: 1; maxOccurs: 1; propertyName: Truck
IVehicle minOccurs: 1; maxOccurs: 1; propertyName: Vehicle
| Method Summary | |
IAutomobileData |
createAutomobile()
Creates a automobile element. |
IManufacturerData |
createManufacturer()
Creates a manufacturer element. |
ITruck |
createTruck()
Creates a truck element. |
IVehicle |
createVehicle()
Creates a vehicle element. |
boolean |
hasAutomobile()
Checks if the automobile element is present. |
boolean |
hasManufacturer()
Checks if the manufacturer element is present. |
boolean |
hasTruck()
Checks if the truck element is present. |
boolean |
hasVehicle()
Checks if the vehicle element is present. |
| 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 boolean hasAutomobile()
true iff the element is present.
public IAutomobileData createAutomobile()
throws XmlException
XmlException - Raised if the element could not be created.public boolean hasManufacturer()
true iff the element is present.
public IManufacturerData createManufacturer()
throws XmlException
XmlException - Raised if the element could not be created.public boolean hasTruck()
true iff the element is present.
public ITruck createTruck()
throws XmlException
XmlException - Raised if the element could not be created.public boolean hasVehicle()
true iff the element is present.
public IVehicle createVehicle()
throws XmlException
XmlException - Raised if the element could not be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||