|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.wisc.ssec.mcidas.adde.WxTextProduct
public class WxTextProduct
Class to hold a weather text product returned from an ADDE server
Constructor Summary | |
---|---|
WxTextProduct(byte[] header)
Create a new WxTextProduct from the header info. |
Method Summary | |
---|---|
void |
addText(String newText)
Adde text to the existing text |
String |
getApro()
Get the AFOS product id |
String |
getAstn()
Get the AFOS station |
Date |
getDate()
Get the date of the product |
int |
getDay()
Get the day of the product |
String |
getSource()
Get the source of the product |
String |
getText()
Get the product text |
int |
getTime()
Get the time of the product |
String |
getWmo()
Get the wmo id of the product |
String |
getWstn()
Get the wmo station |
void |
setText(String newText)
Set the text of the bulleting |
String |
toString()
Get the string representation of this product |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WxTextProduct(byte[] header)
header
- the ADDE headerMethod Detail |
---|
public void addText(String newText)
newText
- public void setText(String newText)
newText
- the textpublic String getText()
public String getSource()
public int getDay()
public int getTime()
public String getWmo()
public String getWstn()
public String getApro()
public String getAstn()
public Date getDate()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |