public class FullEntity extends Entity
Modifier and Type | Field and Description |
---|---|
protected List<EntityAddress> |
additionalAddress |
protected List<EntityAlias> |
additionalAlias |
protected String |
callSign |
protected String |
dob |
protected String |
passport |
protected String |
program |
protected String |
remarks |
protected String |
sdnType |
protected String |
title |
protected String |
vessFlag |
protected String |
vessGRT |
protected String |
vessOwner |
protected String |
vessTonnage |
protected String |
vessType |
Constructor and Description |
---|
FullEntity() |
Modifier and Type | Method and Description |
---|---|
List<EntityAddress> |
getAdditionalAddress()
Gets the value of the additionalAddress property.
|
List<EntityAlias> |
getAdditionalAlias()
Gets the value of the additionalAlias property.
|
String |
getCallSign()
Gets the value of the callSign property.
|
String |
getDob()
Gets the value of the dob property.
|
String |
getPassport()
Gets the value of the passport property.
|
String |
getProgram()
Gets the value of the program property.
|
String |
getRemarks()
Gets the value of the remarks property.
|
String |
getSdnType()
Gets the value of the sdnType property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getVessFlag()
Gets the value of the vessFlag property.
|
String |
getVessGRT()
Gets the value of the vessGRT property.
|
String |
getVessOwner()
Gets the value of the vessOwner property.
|
String |
getVessTonnage()
Gets the value of the vessTonnage property.
|
String |
getVessType()
Gets the value of the vessType property.
|
void |
setAdditionalAddress(List<EntityAddress> value)
Sets the value of the additionalAddress property.
|
void |
setAdditionalAlias(List<EntityAlias> value)
Sets the value of the additionalAlias property.
|
void |
setCallSign(String value)
Sets the value of the callSign property.
|
void |
setDob(String value)
Sets the value of the dob property.
|
void |
setPassport(String value)
Sets the value of the passport property.
|
void |
setProgram(String value)
Sets the value of the program property.
|
void |
setRemarks(String value)
Sets the value of the remarks property.
|
void |
setSdnType(String value)
Sets the value of the sdnType property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setVessFlag(String value)
Sets the value of the vessFlag property.
|
void |
setVessGRT(String value)
Sets the value of the vessGRT property.
|
void |
setVessOwner(String value)
Sets the value of the vessOwner property.
|
void |
setVessTonnage(String value)
Sets the value of the vessTonnage property.
|
void |
setVessType(String value)
Sets the value of the vessType property.
|
getCountry, getEntityNumber, getEntityType, getFullName, getGuid, getListType, getNameForProcessing, getNameInAscii, getScore, setCountry, setEntityNumber, setEntityType, setFullName, setGuid, setListType, setNameForProcessing, setNameInAscii, setScore
protected String program
protected String remarks
protected String sdnType
protected String title
protected String callSign
protected String vessType
protected String vessTonnage
protected String vessGRT
protected String vessFlag
protected String vessOwner
protected String dob
protected String passport
protected List<EntityAddress> additionalAddress
protected List<EntityAlias> additionalAlias
public String getProgram()
String
public void setProgram(String value)
value
- allowed object is
String
public String getRemarks()
String
public void setRemarks(String value)
value
- allowed object is
String
public String getSdnType()
String
public void setSdnType(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getCallSign()
String
public void setCallSign(String value)
value
- allowed object is
String
public String getVessType()
String
public void setVessType(String value)
value
- allowed object is
String
public String getVessTonnage()
String
public void setVessTonnage(String value)
value
- allowed object is
String
public String getVessGRT()
String
public void setVessGRT(String value)
value
- allowed object is
String
public String getVessFlag()
String
public void setVessFlag(String value)
value
- allowed object is
String
public String getVessOwner()
String
public void setVessOwner(String value)
value
- allowed object is
String
public String getDob()
String
public void setDob(String value)
value
- allowed object is
String
public String getPassport()
String
public void setPassport(String value)
value
- allowed object is
String
public List<EntityAddress> getAdditionalAddress()
public void setAdditionalAddress(List<EntityAddress> value)
value
- public List<EntityAlias> getAdditionalAlias()
public void setAdditionalAlias(List<EntityAlias> value)
value
- Copyright © 2022. All rights reserved.