Class CustomsDeclarationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CustomsDeclarationType
-
public class CustomsDeclarationType extends Object
Java class for CustomsDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomsDeclarationType"> <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:CommonAggregateComponents-2}IssuerParty" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IDTypeidprotected PartyTypeissuerParty
-
Constructor Summary
Constructors Constructor Description CustomsDeclarationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDTypegetID()Gets the value of the id property.PartyTypegetIssuerParty()Gets the value of the issuerParty property.voidsetID(IDType value)Sets the value of the id property.voidsetIssuerParty(PartyType value)Sets the value of the issuerParty property.
-