@CodingStyleguideUnaware public class SecondaryHazardType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SecondaryHazardType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(ExtensionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SecondaryHazardType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SecondaryHazardType 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
|
EmergencyProceduresCodeType |
getEmergencyProceduresCode()
<pre>
<?
|
String |
getEmergencyProceduresCodeValue()
Get the value of the contained EmergencyProceduresCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<ExtensionType> |
getExtension()
<pre>
<?
|
ExtensionType |
getExtensionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExtensionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PlacardEndorsementType |
getPlacardEndorsement()
<pre>
<?
|
String |
getPlacardEndorsementValue()
Get the value of the contained PlacardEndorsementType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PlacardNotationType |
getPlacardNotation()
<pre>
<?
|
String |
getPlacardNotationValue()
Get the value of the contained PlacardNotationType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasExtensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoExtensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEmergencyProceduresCode(EmergencyProceduresCodeType value)
Sets the value of the emergencyProceduresCode property.
|
EmergencyProceduresCodeType |
setEmergencyProceduresCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setExtension(List<ExtensionType> aList)
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 |
setPlacardEndorsement(PlacardEndorsementType value)
Sets the value of the placardEndorsement property.
|
PlacardEndorsementType |
setPlacardEndorsement(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPlacardNotation(PlacardNotationType value)
Sets the value of the placardNotation property.
|
PlacardNotationType |
setPlacardNotation(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SecondaryHazardType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public PlacardNotationType getPlacardNotation()
PlacardNotationTypepublic void setPlacardNotation(@Nullable PlacardNotationType value)
value - allowed object is
PlacardNotationType@Nullable public PlacardEndorsementType getPlacardEndorsement()
PlacardEndorsementTypepublic void setPlacardEndorsement(@Nullable PlacardEndorsementType value)
value - allowed object is
PlacardEndorsementType@Nullable public EmergencyProceduresCodeType getEmergencyProceduresCode()
EmergencyProceduresCodeTypepublic void setEmergencyProceduresCode(@Nullable EmergencyProceduresCodeType value)
value - allowed object is
EmergencyProceduresCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ExtensionType> getExtension()
ExtensionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setExtension(@Nullable List<ExtensionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasExtensionEntries()
public boolean hasNoExtensionEntries()
@Nonnegative public int getExtensionCount()
@Nullable public ExtensionType getExtensionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addExtension(@Nonnull ExtensionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull SecondaryHazardType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SecondaryHazardType clone()
@Nonnull public EmergencyProceduresCodeType setEmergencyProceduresCode(@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>.@Nonnull public PlacardNotationType setPlacardNotation(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PlacardEndorsementType setPlacardEndorsement(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getPlacardNotationValue()
@Nullable public String getPlacardEndorsementValue()
@Nullable public String getEmergencyProceduresCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.