Package org.mustangproject.ZUGFeRD
Interface IZUGFeRDLegalOrganisation
-
- All Known Implementing Classes:
LegalOrganisation
public interface IZUGFeRDLegalOrganisation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemedIDgetSchemedID()java.lang.StringgetTradingBusinessName()
-
-
-
Method Detail
-
getSchemedID
SchemedID getSchemedID()
- Returns:
- the scheme attribute of the legal organization=the type of the identification, e.g. 0002=Siren, and its value
-
getTradingBusinessName
java.lang.String getTradingBusinessName()
- Returns:
- the TradingBusinessName of the legal organisation
-
-