@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public abstract class Car extends Object
Java class for car complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="car">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="make" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="model" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="year" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
make |
protected String |
model |
protected String |
year |
| Constructor and Description |
|---|
Car() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMake()
Gets the value of the make property.
|
String |
getModel()
Gets the value of the model property.
|
String |
getYear()
Gets the value of the year property.
|
void |
setMake(String value)
Sets the value of the make property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setYear(String value)
Sets the value of the year property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String make
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String model
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String year
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getMake()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setMake(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getModel()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setModel(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getYear()
StringApache CXF