Class TransportEquipmentSealType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TransportEquipmentSealType
-
public class TransportEquipmentSealType extends Object
Java class for TransportEquipmentSealType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportEquipmentSealType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SealIssuerTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Condition" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SealStatusCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SealingPartyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConditionTypeconditionprotected IDTypeidprotected SealingPartyTypeTypesealingPartyTypeprotected SealIssuerTypeCodeTypesealIssuerTypeCodeprotected SealStatusCodeTypesealStatusCode
-
Constructor Summary
Constructors Constructor Description TransportEquipmentSealType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionTypegetCondition()Gets the value of the condition property.IDTypegetID()Gets the value of the id property.SealingPartyTypeTypegetSealingPartyType()Gets the value of the sealingPartyType property.SealIssuerTypeCodeTypegetSealIssuerTypeCode()Gets the value of the sealIssuerTypeCode property.SealStatusCodeTypegetSealStatusCode()Gets the value of the sealStatusCode property.voidsetCondition(ConditionType value)Sets the value of the condition property.voidsetID(IDType value)Sets the value of the id property.voidsetSealingPartyType(SealingPartyTypeType value)Sets the value of the sealingPartyType property.voidsetSealIssuerTypeCode(SealIssuerTypeCodeType value)Sets the value of the sealIssuerTypeCode property.voidsetSealStatusCode(SealStatusCodeType value)Sets the value of the sealStatusCode property.
-
-
-
Field Detail
-
id
protected IDType id
-
sealIssuerTypeCode
protected SealIssuerTypeCodeType sealIssuerTypeCode
-
condition
protected ConditionType condition
-
sealStatusCode
protected SealStatusCodeType sealStatusCode
-
sealingPartyType
protected SealingPartyTypeType sealingPartyType
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getSealIssuerTypeCode
public SealIssuerTypeCodeType getSealIssuerTypeCode()
Gets the value of the sealIssuerTypeCode property.- Returns:
- possible object is
SealIssuerTypeCodeType
-
setSealIssuerTypeCode
public void setSealIssuerTypeCode(SealIssuerTypeCodeType value)
Sets the value of the sealIssuerTypeCode property.- Parameters:
value- allowed object isSealIssuerTypeCodeType
-
getCondition
public ConditionType getCondition()
Gets the value of the condition property.- Returns:
- possible object is
ConditionType
-
setCondition
public void setCondition(ConditionType value)
Sets the value of the condition property.- Parameters:
value- allowed object isConditionType
-
getSealStatusCode
public SealStatusCodeType getSealStatusCode()
Gets the value of the sealStatusCode property.- Returns:
- possible object is
SealStatusCodeType
-
setSealStatusCode
public void setSealStatusCode(SealStatusCodeType value)
Sets the value of the sealStatusCode property.- Parameters:
value- allowed object isSealStatusCodeType
-
getSealingPartyType
public SealingPartyTypeType getSealingPartyType()
Gets the value of the sealingPartyType property.- Returns:
- possible object is
SealingPartyTypeType
-
setSealingPartyType
public void setSealingPartyType(SealingPartyTypeType value)
Sets the value of the sealingPartyType property.- Parameters:
value- allowed object isSealingPartyTypeType
-
-