|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.jsonjaxb.FlightType
public class FlightType
Java class for flightType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="flightType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="company" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="aircraft" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="flightId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
aircraft
|
protected String |
company
|
protected String |
flightId
|
protected long |
number
|
| Constructor Summary | |
|---|---|
FlightType()
|
|
| Method Summary | |
|---|---|
String |
getAircraft()
Gets the value of the aircraft property. |
String |
getCompany()
Gets the value of the company property. |
String |
getFlightId()
Gets the value of the flightId property. |
long |
getNumber()
Gets the value of the number property. |
void |
setAircraft(String value)
Sets the value of the aircraft property. |
void |
setCompany(String value)
Sets the value of the company property. |
void |
setFlightId(String value)
Sets the value of the flightId property. |
void |
setNumber(long value)
Sets the value of the number property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String company
protected long number
protected String aircraft
protected String flightId
| Constructor Detail |
|---|
public FlightType()
| Method Detail |
|---|
public String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic long getNumber()
public void setNumber(long value)
value - new flight number.public String getAircraft()
Stringpublic void setAircraft(String value)
value - allowed object is
Stringpublic String getFlightId()
Stringpublic void setFlightId(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||