Package org.apache.type_substitution
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 v2.3.5", date="2024-03-07T12:28:42-05:00") public class Porsche extends CarJava 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 Summary
Constructors Constructor Description Porsche()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the value of the color property.voidsetColor(String value)Sets the value of the color property.
-
-
-
Field Detail
-
color
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected String color
-
-