Package org.mustangproject.ZUGFeRD
Interface IReferencedDocument
-
- All Known Implementing Classes:
ReferencedDocument
public interface IReferencedDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.DategetFormattedIssueDateTime()issue date of this linejava.lang.StringgetIssuerAssignedID()sets an ID assigned by the senderjava.lang.StringgetReferenceTypeCode()type of the reference of this line, a UNTDID 1153 codejava.lang.StringgetTypeCode()which type is the document?
-
-
-
Method Detail
-
getIssuerAssignedID
java.lang.String getIssuerAssignedID()
sets an ID assigned by the sender- Returns:
- String of an ID
-
getTypeCode
java.lang.String getTypeCode()
which type is the document? e.g. "916" for additional invoice related- Returns:
- string of a most likely numeric code
-
getReferenceTypeCode
java.lang.String getReferenceTypeCode()
type of the reference of this line, a UNTDID 1153 code- Returns:
- String of a code
-
getFormattedIssueDateTime
java.util.Date getFormattedIssueDateTime()
issue date of this line- Returns:
- date of the issue
-
-