Class PartyIdentificationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.PartyIdentificationType
-
public class PartyIdentificationType extends Object
Java class for PartyIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PartyIdentificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDTypegetID()Gets the value of the id property.voidsetID(IDType value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected IDType id
-
-