|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_substitution.Car
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public abstract class Car
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>
| Field Summary | |
|---|---|
protected String |
make
|
protected String |
model
|
protected String |
year
|
| Constructor Summary | |
|---|---|
Car()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String make
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String model
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String year
| Constructor Detail |
|---|
public Car()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getMake()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setMake(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getModel()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setModel(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getYear()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setYear(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||