org.mule.cxf.weatherservice.myweather
Class POP

java.lang.Object
  extended by org.mule.cxf.weatherservice.myweather.POP

public class POP
extends Object

Java class for POP complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="POP">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Nighttime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Daytime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String daytime
           
protected  String nighttime
           
 
Constructor Summary
POP()
           
 
Method Summary
 String getDaytime()
          Gets the value of the daytime property.
 String getNighttime()
          Gets the value of the nighttime property.
 void setDaytime(String value)
          Sets the value of the daytime property.
 void setNighttime(String value)
          Sets the value of the nighttime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nighttime

protected String nighttime

daytime

protected String daytime
Constructor Detail

POP

public POP()
Method Detail

getNighttime

public String getNighttime()
Gets the value of the nighttime property.

Returns:
possible object is String

setNighttime

public void setNighttime(String value)
Sets the value of the nighttime property.

Parameters:
value - allowed object is String

getDaytime

public String getDaytime()
Gets the value of the daytime property.

Returns:
possible object is String

setDaytime

public void setDaytime(String value)
Sets the value of the daytime property.

Parameters:
value - allowed object is String


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.