@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public static class Person.Car extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Make" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Model" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
make |
protected String |
model |
| Constructor and Description |
|---|
Car() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMake()
Gets the value of the make property.
|
String |
getModel()
Gets the value of the model property.
|
void |
setMake(String value)
Sets the value of the make property.
|
void |
setModel(String value)
Sets the value of the model property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") protected String make
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") protected String model
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public String getMake()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public void setMake(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-07T01:26:48+00:00", comments="JAXB RI vhudson-jaxb-ri-2.1-520") public String getModel()
StringCopyright © 2019 Mulesoft. All rights reserved.