org.mule.cxf.weatherservice.myweather
Class Temp

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

public class Temp
extends Object

Java class for temp complex type.

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

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


Field Summary
protected  String daytimeHigh
           
protected  String morningLow
           
 
Constructor Summary
Temp()
           
 
Method Summary
 String getDaytimeHigh()
          Gets the value of the daytimeHigh property.
 String getMorningLow()
          Gets the value of the morningLow property.
 void setDaytimeHigh(String value)
          Sets the value of the daytimeHigh property.
 void setMorningLow(String value)
          Sets the value of the morningLow property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

morningLow

protected String morningLow

daytimeHigh

protected String daytimeHigh
Constructor Detail

Temp

public Temp()
Method Detail

getMorningLow

public String getMorningLow()
Gets the value of the morningLow property.

Returns:
possible object is String

setMorningLow

public void setMorningLow(String value)
Sets the value of the morningLow property.

Parameters:
value - allowed object is String

getDaytimeHigh

public String getDaytimeHigh()
Gets the value of the daytimeHigh property.

Returns:
possible object is String

setDaytimeHigh

public void setDaytimeHigh(String value)
Sets the value of the daytimeHigh property.

Parameters:
value - allowed object is String


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