Class SecondaryHazardType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.SecondaryHazardType
-
public class SecondaryHazardType extends Object
Java class for SecondaryHazardType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SecondaryHazardType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PlacardNotation" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PlacardEndorsement" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EmergencyProceduresCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmergencyProceduresCodeTypeemergencyProceduresCodeprotected List<ExtensionType>extensionprotected IDTypeidprotected PlacardEndorsementTypeplacardEndorsementprotected PlacardNotationTypeplacardNotation
-
Constructor Summary
Constructors Constructor Description SecondaryHazardType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmergencyProceduresCodeTypegetEmergencyProceduresCode()Gets the value of the emergencyProceduresCode property.List<ExtensionType>getExtension()Gets the value of the extension property.IDTypegetID()Gets the value of the id property.PlacardEndorsementTypegetPlacardEndorsement()Gets the value of the placardEndorsement property.PlacardNotationTypegetPlacardNotation()Gets the value of the placardNotation property.voidsetEmergencyProceduresCode(EmergencyProceduresCodeType value)Sets the value of the emergencyProceduresCode property.voidsetID(IDType value)Sets the value of the id property.voidsetPlacardEndorsement(PlacardEndorsementType value)Sets the value of the placardEndorsement property.voidsetPlacardNotation(PlacardNotationType value)Sets the value of the placardNotation property.
-
-
-
Field Detail
-
id
protected IDType id
-
placardNotation
protected PlacardNotationType placardNotation
-
placardEndorsement
protected PlacardEndorsementType placardEndorsement
-
emergencyProceduresCode
protected EmergencyProceduresCodeType emergencyProceduresCode
-
extension
protected List<ExtensionType> extension
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getPlacardNotation
public PlacardNotationType getPlacardNotation()
Gets the value of the placardNotation property.- Returns:
- possible object is
PlacardNotationType
-
setPlacardNotation
public void setPlacardNotation(PlacardNotationType value)
Sets the value of the placardNotation property.- Parameters:
value- allowed object isPlacardNotationType
-
getPlacardEndorsement
public PlacardEndorsementType getPlacardEndorsement()
Gets the value of the placardEndorsement property.- Returns:
- possible object is
PlacardEndorsementType
-
setPlacardEndorsement
public void setPlacardEndorsement(PlacardEndorsementType value)
Sets the value of the placardEndorsement property.- Parameters:
value- allowed object isPlacardEndorsementType
-
getEmergencyProceduresCode
public EmergencyProceduresCodeType getEmergencyProceduresCode()
Gets the value of the emergencyProceduresCode property.- Returns:
- possible object is
EmergencyProceduresCodeType
-
setEmergencyProceduresCode
public void setEmergencyProceduresCode(EmergencyProceduresCodeType value)
Sets the value of the emergencyProceduresCode property.- Parameters:
value- allowed object isEmergencyProceduresCodeType
-
getExtension
public List<ExtensionType> getExtension()
Gets the value of the extension property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionType- Returns:
- The value of the extension property.
-
-