public class AISRecord extends BaseRecord
Modifier and Type | Class and Description |
---|---|
static class |
AISRecord.AISSubType |
date
Constructor and Description |
---|
AISRecord() |
Modifier and Type | Method and Description |
---|---|
AISRecord.AISSubType |
getAISsubType()
get the AIS SubType
|
String |
getID()
get ID
|
String |
getName()
get the name
|
void |
setAISsubType(AISRecord.AISSubType aISsubType)
the AISSubtype
|
void |
setID(String iD)
Set the ID
|
void |
setName(String name)
Set the name
|
getDate, setDate
public String getID()
public void setID(String iD)
iD
- public String getName()
public void setName(String name)
name
- the namepublic AISRecord.AISSubType getAISsubType()
public void setAISsubType(AISRecord.AISSubType aISsubType)
AISsubType
- AISSubtypeCopyright © 2014. All Rights Reserved.