public class Entity
extends java.lang.Object
Constructor and Description |
---|
Entity(java.lang.String name,
java.lang.String taxScheme,
java.lang.String taxId,
java.lang.String partyLegalEntityId,
java.lang.String registrationName,
java.lang.String mail,
java.lang.String endpoint,
java.lang.String endpointScheme) |
Modifier and Type | Method and Description |
---|---|
BankInfo |
getBankInfo()
Returns the bank information of the Entity.
|
java.lang.String |
getEndpoint()
Returns the PEPPOL endpoint identifier of the Entity.
|
java.lang.String |
getEndpointScheme()
Returns the PEPPOL endpoint scheme of the Entity.
|
java.lang.String |
getMail()
Returns the E-mail of the Entity
|
java.lang.String |
getName()
Returns the name of the Entity
|
java.lang.String |
getPartyLegalEntityId()
Returns the legal identifier of the Entity
|
PostalAddress |
getPostalAddress()
Returns the PostalAddress of the Entity
|
java.lang.String |
getRegistrationName()
Returns the registration name of the Entity
|
java.lang.String |
getTaxId()
Returns the tax identification number of the Entity
|
java.lang.String |
getTaxScheme()
Returns the tax scheme of the ENtity
|
void |
setBankInfo(BankInfo bankInfo)
Sets the bank information of the Entity.
|
void |
setEndpoint(java.lang.String endpoint)
Sets the PEPPOL endpoint identifier of the Entity.
|
void |
setEndpointScheme(java.lang.String endpointScheme)
Sets the PEPPOL endpoint scheme of the Entity.
|
void |
setMail(java.lang.String mail)
Sets the E-mail of the Entity
|
void |
setName(java.lang.String name)
Sets the name of the Entity.
|
void |
setPartyLegalEntityId(java.lang.String partyLegalEntityId)
Sets the legal identifier of the Entity
|
void |
setPostalAddress(PostalAddress postalAddress)
Sets the PostalAddress of the Entity.
|
void |
setRegistrationName(java.lang.String registrationName)
Sets the registration name of the Entity
|
void |
setTaxId(java.lang.String taxId)
Set the tax identification number of the Entity
|
void |
setTaxScheme(java.lang.String taxScheme)
Sets the tax scheme of the Entity.
|
public Entity(java.lang.String name, java.lang.String taxScheme, java.lang.String taxId, java.lang.String partyLegalEntityId, java.lang.String registrationName, java.lang.String mail, java.lang.String endpoint, java.lang.String endpointScheme)
name
- the name of entitytaxScheme
- the tax schemetaxId
- the tax identification numberpartyLegalEntityId
- the legal identifierregistrationName
- the official registration namemail
- the emalendpoint
- the PEPPOL endpoint IDendpointScheme
- the endpoint scheme.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getTaxScheme()
public void setTaxScheme(java.lang.String taxScheme)
taxScheme
- the tax schemepublic java.lang.String getTaxId()
public void setTaxId(java.lang.String taxId)
taxId
- tax identification numberpublic java.lang.String getPartyLegalEntityId()
public void setPartyLegalEntityId(java.lang.String partyLegalEntityId)
partyLegalEntityId
- the legal identifierpublic java.lang.String getRegistrationName()
public void setRegistrationName(java.lang.String registrationName)
registrationName
- the registration namepublic java.lang.String getMail()
public void setMail(java.lang.String mail)
mail
- E-mailpublic java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
endpoint
- the PEPPOL endpoint identifierpublic java.lang.String getEndpointScheme()
public void setEndpointScheme(java.lang.String endpointScheme)
endpointScheme
- PEPPOL endpoint schemepublic PostalAddress getPostalAddress()
public void setPostalAddress(PostalAddress postalAddress)
postalAddress
- a PostalAddress instancepublic BankInfo getBankInfo()
public void setBankInfo(BankInfo bankInfo)
bankInfo
- a BankInfo instance.