Class StandardBusinessDocumentHeader.Message.Documents
- java.lang.Object
-
- eu.domibus.connector.client.filesystem.isupport.sbdh.model.StandardBusinessDocumentHeader.Message.Documents
-
- Enclosing class:
- StandardBusinessDocumentHeader.Message
public static class StandardBusinessDocumentHeader.Message.Documents extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DocumentIdentification" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UniformResourceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MimeTypeQualifierCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="fileCreationDateAndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="fileHashCode" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandardBusinessDocumentHeader.Message.Documents.DocumentIdentification
Classe Java per anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<StandardBusinessDocumentHeader.Message.Documents.DocumentIdentification>
documentIdentification
-
Constructor Summary
Constructors Constructor Description Documents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StandardBusinessDocumentHeader.Message.Documents.DocumentIdentification>
getDocumentIdentification()
Gets the value of the documentIdentification property.
-
-
-
Field Detail
-
documentIdentification
protected List<StandardBusinessDocumentHeader.Message.Documents.DocumentIdentification> documentIdentification
-
-
Method Detail
-
getDocumentIdentification
public List<StandardBusinessDocumentHeader.Message.Documents.DocumentIdentification> getDocumentIdentification()
Gets the value of the documentIdentification property.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 documentIdentification property.For example, to add a new item, do as follows:
getDocumentIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
StandardBusinessDocumentHeader.Message.Documents.DocumentIdentification
- Returns:
- documentIdentification
-
-