@CodingStyleguideUnaware public class PortCallRecordType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PortCallRecordType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSecurityMeasure(SecurityMeasureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PortCallRecordType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PortCallRecordType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
LocationType |
getPortFacilityLocation()
Gets the value of the portFacilityLocation property.
|
SecurityLevelCodeType |
getSecurityLevelCode()
Gets the value of the securityLevelCode property.
|
String |
getSecurityLevelCodeValue()
Get the value of the contained SecurityLevelCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<SecurityMeasureType> |
getSecurityMeasure()
Gets the value of the securityMeasure property.
|
SecurityMeasureType |
getSecurityMeasureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSecurityMeasureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoSecurityMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSecurityMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setPortFacilityLocation(LocationType value)
Sets the value of the portFacilityLocation property.
|
void |
setSecurityLevelCode(SecurityLevelCodeType value)
Sets the value of the securityLevelCode property.
|
SecurityLevelCodeType |
setSecurityLevelCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSecurityMeasure(List<SecurityMeasureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PortCallRecordType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public SecurityLevelCodeType getSecurityLevelCode()
SecurityLevelCodeTypepublic void setSecurityLevelCode(@Nullable SecurityLevelCodeType value)
value - allowed object is
SecurityLevelCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SecurityMeasureType> getSecurityMeasure()
SecurityMeasureType@Nullable public LocationType getPortFacilityLocation()
LocationTypepublic void setPortFacilityLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setSecurityMeasure(@Nullable List<SecurityMeasureType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasSecurityMeasureEntries()
public boolean hasNoSecurityMeasureEntries()
@Nonnegative public int getSecurityMeasureCount()
@Nullable public SecurityMeasureType getSecurityMeasureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSecurityMeasure(@Nonnull SecurityMeasureType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PortCallRecordType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PortCallRecordType clone()
@Nonnull public SecurityLevelCodeType setSecurityLevelCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getSecurityLevelCodeValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.