Class DocumentDistributionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.DocumentDistributionType
-
public class DocumentDistributionType extends Object
Java class for DocumentDistributionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentDistributionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrintQualifier"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumCopiesNumeric"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MaximumCopiesNumericTypemaximumCopiesNumericprotected PartyTypepartyprotected PrintQualifierTypeprintQualifier
-
Constructor Summary
Constructors Constructor Description DocumentDistributionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaximumCopiesNumericTypegetMaximumCopiesNumeric()Gets the value of the maximumCopiesNumeric property.PartyTypegetParty()Gets the value of the party property.PrintQualifierTypegetPrintQualifier()Gets the value of the printQualifier property.voidsetMaximumCopiesNumeric(MaximumCopiesNumericType value)Sets the value of the maximumCopiesNumeric property.voidsetParty(PartyType value)Sets the value of the party property.voidsetPrintQualifier(PrintQualifierType value)Sets the value of the printQualifier property.
-
-
-
Field Detail
-
printQualifier
protected PrintQualifierType printQualifier
-
maximumCopiesNumeric
protected MaximumCopiesNumericType maximumCopiesNumeric
-
party
protected PartyType party
-
-
Method Detail
-
getPrintQualifier
public PrintQualifierType getPrintQualifier()
Gets the value of the printQualifier property.- Returns:
- possible object is
PrintQualifierType
-
setPrintQualifier
public void setPrintQualifier(PrintQualifierType value)
Sets the value of the printQualifier property.- Parameters:
value- allowed object isPrintQualifierType
-
getMaximumCopiesNumeric
public MaximumCopiesNumericType getMaximumCopiesNumeric()
Gets the value of the maximumCopiesNumeric property.- Returns:
- possible object is
MaximumCopiesNumericType
-
setMaximumCopiesNumeric
public void setMaximumCopiesNumeric(MaximumCopiesNumericType value)
Sets the value of the maximumCopiesNumeric property.- Parameters:
value- allowed object isMaximumCopiesNumericType
-
getParty
public PartyType getParty()
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
-