public class WxTextProduct
extends java.lang.Object
| Constructor and Description |
|---|
WxTextProduct(byte[] header)
Create a new WxTextProduct from the header info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String newText)
Adde text to the existing text
|
java.lang.String |
getApro()
Get the AFOS product id
|
java.lang.String |
getAstn()
Get the AFOS station
|
java.util.Date |
getDate()
Get the date of the product
|
int |
getDay()
Get the day of the product
|
java.lang.String |
getSource()
Get the source of the product
|
java.lang.String |
getText()
Get the product text
|
int |
getTime()
Get the time of the product
|
java.lang.String |
getWmo()
Get the wmo id of the product
|
java.lang.String |
getWstn()
Get the wmo station
|
void |
setText(java.lang.String newText)
Set the text of the bulleting
|
java.lang.String |
toString()
Get the string representation of this product
|
public WxTextProduct(byte[] header)
header - the ADDE headerpublic void addText(java.lang.String newText)
newText - public void setText(java.lang.String newText)
newText - the textpublic java.lang.String getText()
public java.lang.String getSource()
public int getDay()
public int getTime()
public java.lang.String getWmo()
public java.lang.String getWstn()
public java.lang.String getApro()
public java.lang.String getAstn()
public java.util.Date getDate()
public java.lang.String toString()
toString in class java.lang.Object