org.apache.type_substitution
Class Porsche

java.lang.Object
  extended by org.apache.type_substitution.Car
      extended by org.apache.type_substitution.Porsche

@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 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>
 


Field Summary
protected  String color
           
 
Fields inherited from class org.apache.type_substitution.Car
make, model, year
 
Constructor Summary
Porsche()
           
 
Method Summary
 String getColor()
          Gets the value of the color property.
 void setColor(String value)
          Sets the value of the color property.
 
Methods inherited from class org.apache.type_substitution.Car
getMake, getModel, getYear, setMake, setModel, setYear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

@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 color
Constructor Detail

Porsche

public Porsche()
Method Detail

getColor

@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 getColor()
Gets the value of the color property.

Returns:
possible object is String

setColor

@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 setColor(String value)
Sets the value of the color property.

Parameters:
value - allowed object is String


Apache CXF