@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class Porsche extends Car
Java class for porsche complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="porsche">
<complexContent>
<extension base="{http://apache.org/type_substitution/}car">
<sequence>
<element name="color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Porsche() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
void |
setColor(String value)
Sets the value of the color property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String color
Apache CXF