public class AttachmentType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Attachment. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe an attached document. An attachment can refer to an external document or be included with the document being exchanged.</ccts:Definition>
<ccts:ObjectClass>Attachment</ccts:ObjectClass>
</ccts:Component>
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>
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedDocumentBinaryObjectType |
embeddedDocumentBinaryObject |
protected ExternalReferenceType |
externalReference |
| Constructor and Description |
|---|
AttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedDocumentBinaryObjectType |
getEmbeddedDocumentBinaryObject()
<?
|
ExternalReferenceType |
getExternalReference()
<?
|
void |
setEmbeddedDocumentBinaryObject(EmbeddedDocumentBinaryObjectType value)
Sets the value of the embeddedDocumentBinaryObject property.
|
void |
setExternalReference(ExternalReferenceType value)
Sets the value of the externalReference property.
|
protected EmbeddedDocumentBinaryObjectType embeddedDocumentBinaryObject
protected ExternalReferenceType externalReference
public EmbeddedDocumentBinaryObjectType getEmbeddedDocumentBinaryObject()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Attachment. Embedded_ Document. Binary Object</ccts:DictionaryEntryName>
<ccts:Definition>A binary large object containing an attached document.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Attachment</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Embedded</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Document</ccts:PropertyTerm>
<ccts:RepresentationTerm>Binary Object</ccts:RepresentationTerm>
<ccts:DataType>Binary Object. Type</ccts:DataType>
</ccts:Component>
EmbeddedDocumentBinaryObjectTypepublic void setEmbeddedDocumentBinaryObject(EmbeddedDocumentBinaryObjectType value)
value - allowed object is
EmbeddedDocumentBinaryObjectTypepublic ExternalReferenceType getExternalReference()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Attachment. External Reference</ccts:DictionaryEntryName>
<ccts:Definition>A reference to an attached document that is external to the document(s) being exchanged.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Attachment</ccts:ObjectClass>
<ccts:PropertyTerm>External Reference</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>External Reference</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>External Reference</ccts:RepresentationTerm>
</ccts:Component>
ExternalReferenceTypepublic void setExternalReference(ExternalReferenceType value)
value - allowed object is
ExternalReferenceTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.