Class AttachmentType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.AttachmentType
-
public class AttachmentType extends Object
Java class for AttachmentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EmbeddedDocumentBinaryObject" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExternalReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EmbeddedDocumentBinaryObjectTypeembeddedDocumentBinaryObjectprotected ExternalReferenceTypeexternalReference
-
Constructor Summary
Constructors Constructor Description AttachmentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedDocumentBinaryObjectTypegetEmbeddedDocumentBinaryObject()Gets the value of the embeddedDocumentBinaryObject property.ExternalReferenceTypegetExternalReference()Gets the value of the externalReference property.voidsetEmbeddedDocumentBinaryObject(EmbeddedDocumentBinaryObjectType value)Sets the value of the embeddedDocumentBinaryObject property.voidsetExternalReference(ExternalReferenceType value)Sets the value of the externalReference property.
-
-
-
Field Detail
-
embeddedDocumentBinaryObject
protected EmbeddedDocumentBinaryObjectType embeddedDocumentBinaryObject
-
externalReference
protected ExternalReferenceType externalReference
-
-
Method Detail
-
getEmbeddedDocumentBinaryObject
public EmbeddedDocumentBinaryObjectType getEmbeddedDocumentBinaryObject()
Gets the value of the embeddedDocumentBinaryObject property.- Returns:
- possible object is
EmbeddedDocumentBinaryObjectType
-
setEmbeddedDocumentBinaryObject
public void setEmbeddedDocumentBinaryObject(EmbeddedDocumentBinaryObjectType value)
Sets the value of the embeddedDocumentBinaryObject property.- Parameters:
value- allowed object isEmbeddedDocumentBinaryObjectType
-
getExternalReference
public ExternalReferenceType getExternalReference()
Gets the value of the externalReference property.- Returns:
- possible object is
ExternalReferenceType
-
setExternalReference
public void setExternalReference(ExternalReferenceType value)
Sets the value of the externalReference property.- Parameters:
value- allowed object isExternalReferenceType
-
-