Class Porsche

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") 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 Details

    • color

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String color
  • Constructor Details

    • Porsche

      public Porsche()
  • Method Details

    • getColor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String