Uses of Class
org.mustangproject.SchemedID
-
Packages that use SchemedID Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of SchemedID in org.mustangproject
Fields in org.mustangproject declared as SchemedID Modifier and Type Field Description protected SchemedIDProduct. globalIdprotected SchemedIDTradeParty. globalIdprotected SchemedIDLegalOrganisation. schemedIDprotected SchemedIDTradeParty. uriUniversalCommunicationIdMethods in org.mustangproject that return SchemedID Modifier and Type Method Description SchemedIDLegalOrganisation. getSchemedID()SchemedIDSchemedID. setId(java.lang.String id)SchemedIDSchemedID. setScheme(java.lang.String scheme)Methods in org.mustangproject with parameters of type SchemedID Modifier and Type Method Description ProductProduct. addGlobalID(SchemedID schemedID)TradePartyTradeParty. addGlobalID(SchemedID schemedID)TradePartyTradeParty. addUriUniversalCommunicationID(SchemedID schemedID)LegalOrganisationLegalOrganisation. setSchemedID(SchemedID schemedID)Constructors in org.mustangproject with parameters of type SchemedID Constructor Description LegalOrganisation(SchemedID schemedID, java.lang.String tradingBusinessName) -
Uses of SchemedID in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return SchemedID Modifier and Type Method Description SchemedIDIZUGFeRDLegalOrganisation. getSchemedID()
-