Class FlightType

java.lang.Object
org.springframework.oxm.jaxb.test.FlightType

public class FlightType extends Object

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="number" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • number

      protected long number
  • Constructor Details

    • FlightType

      public FlightType()
  • Method Details

    • getNumber

      public long getNumber()
      Gets the value of the number property.
    • setNumber

      public void setNumber(long value)
      Sets the value of the number property.