public class AttachedDocumentType extends Object
Java class for AttachedDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachedDocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ParentDocumentID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ParentDocumentTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ParentDocumentVersionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SenderParty"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReceiverParty"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Attachment"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ParentDocumentLineReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentType |
attachment |
protected CustomizationIDType |
customizationID |
protected DocumentTypeType |
documentType |
protected DocumentTypeCodeType |
documentTypeCode |
protected IDType |
id |
protected IssueDateType |
issueDate |
protected IssueTimeType |
issueTime |
protected List<NoteType> |
note |
protected ParentDocumentIDType |
parentDocumentID |
protected List<LineReferenceType> |
parentDocumentLineReference |
protected ParentDocumentTypeCodeType |
parentDocumentTypeCode |
protected ParentDocumentVersionIDType |
parentDocumentVersionID |
protected ProfileExecutionIDType |
profileExecutionID |
protected ProfileIDType |
profileID |
protected PartyType |
receiverParty |
protected PartyType |
senderParty |
protected List<SignatureType> |
signature |
protected UBLExtensionsType |
ublExtensions |
protected UBLVersionIDType |
ublVersionID |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
AttachedDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
getAttachment()
Gets the value of the attachment property.
|
CustomizationIDType |
getCustomizationID()
Gets the value of the customizationID property.
|
DocumentTypeType |
getDocumentType()
Gets the value of the documentType property.
|
DocumentTypeCodeType |
getDocumentTypeCode()
Gets the value of the documentTypeCode property.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
ParentDocumentIDType |
getParentDocumentID()
Gets the value of the parentDocumentID property.
|
List<LineReferenceType> |
getParentDocumentLineReference()
Gets the value of the parentDocumentLineReference property.
|
ParentDocumentTypeCodeType |
getParentDocumentTypeCode()
Gets the value of the parentDocumentTypeCode property.
|
ParentDocumentVersionIDType |
getParentDocumentVersionID()
Gets the value of the parentDocumentVersionID property.
|
ProfileExecutionIDType |
getProfileExecutionID()
Gets the value of the profileExecutionID property.
|
ProfileIDType |
getProfileID()
Gets the value of the profileID property.
|
PartyType |
getReceiverParty()
Gets the value of the receiverParty property.
|
PartyType |
getSenderParty()
Gets the value of the senderParty property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
UBLVersionIDType |
getUBLVersionID()
Gets the value of the ublVersionID property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setAttachment(AttachmentType value)
Sets the value of the attachment property.
|
void |
setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.
|
void |
setDocumentType(DocumentTypeType value)
Sets the value of the documentType property.
|
void |
setDocumentTypeCode(DocumentTypeCodeType value)
Sets the value of the documentTypeCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setParentDocumentID(ParentDocumentIDType value)
Sets the value of the parentDocumentID property.
|
void |
setParentDocumentTypeCode(ParentDocumentTypeCodeType value)
Sets the value of the parentDocumentTypeCode property.
|
void |
setParentDocumentVersionID(ParentDocumentVersionIDType value)
Sets the value of the parentDocumentVersionID property.
|
void |
setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.
|
void |
setProfileID(ProfileIDType value)
Sets the value of the profileID property.
|
void |
setReceiverParty(PartyType value)
Sets the value of the receiverParty property.
|
void |
setSenderParty(PartyType value)
Sets the value of the senderParty property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected UBLExtensionsType ublExtensions
protected UBLVersionIDType ublVersionID
protected CustomizationIDType customizationID
protected ProfileIDType profileID
protected ProfileExecutionIDType profileExecutionID
protected IDType id
protected UUIDType uuid
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected DocumentTypeCodeType documentTypeCode
protected DocumentTypeType documentType
protected ParentDocumentIDType parentDocumentID
protected ParentDocumentTypeCodeType parentDocumentTypeCode
protected ParentDocumentVersionIDType parentDocumentVersionID
protected List<SignatureType> signature
protected PartyType senderParty
protected PartyType receiverParty
protected AttachmentType attachment
protected List<LineReferenceType> parentDocumentLineReference
public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(UBLExtensionsType value)
value - allowed object is
UBLExtensionsTypepublic UBLVersionIDType getUBLVersionID()
UBLVersionIDTypepublic void setUBLVersionID(UBLVersionIDType value)
value - allowed object is
UBLVersionIDTypepublic CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(CustomizationIDType value)
value - allowed object is
CustomizationIDTypepublic ProfileIDType getProfileID()
ProfileIDTypepublic void setProfileID(ProfileIDType value)
value - allowed object is
ProfileIDTypepublic ProfileExecutionIDType getProfileExecutionID()
ProfileExecutionIDTypepublic void setProfileExecutionID(ProfileExecutionIDType value)
value - allowed object is
ProfileExecutionIDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic List<NoteType> getNote()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public DocumentTypeCodeType getDocumentTypeCode()
DocumentTypeCodeTypepublic void setDocumentTypeCode(DocumentTypeCodeType value)
value - allowed object is
DocumentTypeCodeTypepublic DocumentTypeType getDocumentType()
DocumentTypeTypepublic void setDocumentType(DocumentTypeType value)
value - allowed object is
DocumentTypeTypepublic ParentDocumentIDType getParentDocumentID()
ParentDocumentIDTypepublic void setParentDocumentID(ParentDocumentIDType value)
value - allowed object is
ParentDocumentIDTypepublic ParentDocumentTypeCodeType getParentDocumentTypeCode()
ParentDocumentTypeCodeTypepublic void setParentDocumentTypeCode(ParentDocumentTypeCodeType value)
value - allowed object is
ParentDocumentTypeCodeTypepublic ParentDocumentVersionIDType getParentDocumentVersionID()
ParentDocumentVersionIDTypepublic void setParentDocumentVersionID(ParentDocumentVersionIDType value)
value - allowed object is
ParentDocumentVersionIDTypepublic List<SignatureType> getSignature()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureType
public PartyType getSenderParty()
PartyTypepublic void setSenderParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getReceiverParty()
PartyTypepublic void setReceiverParty(PartyType value)
value - allowed object is
PartyTypepublic AttachmentType getAttachment()
AttachmentTypepublic void setAttachment(AttachmentType value)
value - allowed object is
AttachmentTypepublic List<LineReferenceType> getParentDocumentLineReference()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parentDocumentLineReference property.
For example, to add a new item, do as follows:
getParentDocumentLineReference().add(newItem);
Objects of the following type(s) are allowed in the list
LineReferenceType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.