public class AddressFaxNumber extends VdmEntity<AddressFaxNumber>
Modifier and Type | Class and Description |
---|---|
static class |
AddressFaxNumber.AddressFaxNumberBuilder |
Modifier and Type | Field and Description |
---|---|
static AddressFaxNumberField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static AddressFaxNumberSelectable |
ALL_FIELDS
Selector for all available fields of AddressFaxNumber.
|
static AddressFaxNumberField<String> |
FAX_COUNTRY
Use with available fluent helpers to apply the FaxCountry field to query operations.
|
static AddressFaxNumberField<String> |
FAX_NUMBER
Use with available fluent helpers to apply the FaxNumber field to query operations.
|
static AddressFaxNumberField<String> |
FAX_NUMBER_EXTENSION
Use with available fluent helpers to apply the FaxNumberExtension field to query operations.
|
static AddressFaxNumberField<String> |
INTERNATIONAL_FAX_NUMBER
Use with available fluent helpers to apply the InternationalFaxNumber field to query operations.
|
static AddressFaxNumberField<Boolean> |
IS_DEFAULT_FAX_NUMBER
Use with available fluent helpers to apply the IsDefaultFaxNumber field to query operations.
|
static AddressFaxNumberField<String> |
ORDINAL_NUMBER
Use with available fluent helpers to apply the OrdinalNumber field to query operations.
|
static AddressFaxNumberField<String> |
PERSON
Use with available fluent helpers to apply the Person field to query operations.
|
Constructor and Description |
---|
AddressFaxNumber() |
AddressFaxNumber(String addressID,
String person,
String ordinalNumber,
Boolean isDefaultFaxNumber,
String faxCountry,
String faxNumber,
String faxNumberExtension,
String internationalFaxNumber,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static AddressFaxNumber.AddressFaxNumberBuilder |
builder() |
boolean |
equals(Object o) |
static <T> AddressFaxNumberField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFaxCountry()
Constraints: Not nullable, Maximum length: 3
|
String |
getFaxNumber()
Constraints: Not nullable, Maximum length: 30
|
String |
getFaxNumberExtension()
Constraints: Not nullable, Maximum length: 10
|
String |
getInternationalFaxNumber()
Constraints: Not nullable, Maximum length: 30
|
Boolean |
getIsDefaultFaxNumber()
Constraints: none
|
String |
getOrdinalNumber()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getPerson()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Class<AddressFaxNumber> |
getType() |
int |
hashCode() |
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFaxCountry(String faxCountry)
Constraints: Not nullable, Maximum length: 3
|
void |
setFaxNumber(String faxNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setFaxNumberExtension(String faxNumberExtension)
Constraints: Not nullable, Maximum length: 10
|
void |
setInternationalFaxNumber(String internationalFaxNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setIsDefaultFaxNumber(Boolean isDefaultFaxNumber)
Constraints: none
|
void |
setOrdinalNumber(String ordinalNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setPerson(String person)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final AddressFaxNumberSelectable ALL_FIELDS
public static final AddressFaxNumberField<String> ADDRESS_ID
public static final AddressFaxNumberField<String> PERSON
public static final AddressFaxNumberField<String> ORDINAL_NUMBER
public static final AddressFaxNumberField<Boolean> IS_DEFAULT_FAX_NUMBER
public static final AddressFaxNumberField<String> FAX_COUNTRY
public static final AddressFaxNumberField<String> FAX_NUMBER
public static final AddressFaxNumberField<String> FAX_NUMBER_EXTENSION
public static final AddressFaxNumberField<String> INTERNATIONAL_FAX_NUMBER
@Generated(value="lombok") public AddressFaxNumber()
@ConstructorProperties(value={"addressID","person","ordinalNumber","isDefaultFaxNumber","faxCountry","faxNumber","faxNumberExtension","internationalFaxNumber","erpConfigContext"}) @Generated(value="lombok") public AddressFaxNumber(@Nullable String addressID, @Nullable String person, @Nullable String ordinalNumber, @Nullable Boolean isDefaultFaxNumber, @Nullable String faxCountry, @Nullable String faxNumber, @Nullable String faxNumberExtension, @Nullable String internationalFaxNumber, @Nullable ErpConfigContext erpConfigContext)
public Class<AddressFaxNumber> getType()
getType
in class VdmObject<AddressFaxNumber>
public static <T> AddressFaxNumberField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Generated(value="lombok") public static AddressFaxNumber.AddressFaxNumberBuilder builder()
@Nullable @Generated(value="lombok") public String getAddressID()
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
@Nullable @Generated(value="lombok") public String getPerson()
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
@Nullable @Generated(value="lombok") public String getOrdinalNumber()
@Nullable @Generated(value="lombok") public Boolean getIsDefaultFaxNumber()
The standard address is used for the following functions: When sending using the SMTP nodein SAPconnect, the home address of the communication type used is the one set as the sender address. The recipient can see this address in the sender information and can also reply directly to this address. The standard address is also transferred and can be used for incoming status notifications, for example. When sending using an RFC node in SAPconnect, the standard address of the communication type used is the one set as the sender address. The structure defined in the case of the RFC does not permit another address to be transferred, so the standard address is used for incoming status notifications too. The SAP users have the addresses of their exchange P.O. boxes in their standard communication type 'Internet Mail' as the home address and their Internet address in the SAP system as their standard address. Example: Home address: Bernard.Brown@Company.com Standard address: Bernard.Brown@System.Company.com Sending using an SMTP node The home address of the communication type 'Internet Mail' (Bernard.Brown@Company.com) is used as the sender address. If a reply is sent to this address the user receives directly in the exchange postbox. Sending using the RFC node The standard address of the communication type 'Internet Mail' (Bernard.Brown@System.Company.com) is used as the sender address. If a reply is sent to this address, it arrives back to the SAP system. Example using a mail system group The users should get all messages in their Microsoft Exchange postboxes. In the SAP system the mail system group is activated for this using the setting "Send Messages to the Home Address". The address settings of the SAP users remain unchanged: Home address: Bernard.Brown@Company.com Standard address: Bernard.Brown@System.Company.com Sending using an SMTP node The home address of the communication type 'Internet Mail' (Bernard.Brown@Company.com) is used as the sender address. If a reply is sent to this address the user receives directly in the exchange postbox. Sending using the RFC node The standard address of the communication type 'Internet Mail' (Bernard.Brown@System.Company.com) is used as the sender address. If a reply is sent to this address it arrives back in the SAP system. It is then forwarded using the mail system group to the home address and the user gets it in the exchange postbox.
@Nullable @Generated(value="lombok") public String getFaxCountry()
This specification is used to determine the correct country code. A normalized form of the telephone number or fax number is then derived and stored in a field for a program-driven search. In most cases, the telephone number or fax number refers directly to an address. If this is the case, when a new number is created, the country of the address is proposed. If this is not the case (for example, with address-independent communication data for a business partner), the country from the user parameter LND is proposed (if it is maintained). If the user parameter LND is not maintained, the country of the company address assigned in the user master data is proposed. If the country of the address changes, the country of the corresponding telephone number and fax address is not changed automatically. Example: A business partner moves abroad. If the telephone number is for a permanent connection, the telephone number also changes when the business partner moves and has to be maintained again in the system. If the telephone number is for a mobile telephone and the number is retained, the original country for this telephone number also has to be retained and must not be changed automatically to the new country of the address.
@Nullable @Generated(value="lombok") public String getFaxNumber()
If the fax number consists of a company number and an extension, the extension must be entered in the field extension. Fax number, as it is to be dialled from within the same country. Enter the following for the number "01234/567-0": Fax: 01234/567 Extension: 0 Enter the following for the number "01234/567-891": Fax: 01234/567 Extension: 891 For the number "012-345-678" (678 as extension) enter the following: Fax: 012-345 Extension: 678 In the following cases, enter the complete number (without country dialing code) in the field Fax: No part of the number can be considered as an extension. You are not sure which part of the number can be considered as an extension.
@Nullable @Generated(value="lombok") public String getFaxNumberExtension()
If the fax number consists of a company number and an extension, the extension must be entered here. Enter the extension The following rules apply for the format of telephone and fax numbers: The length of the entries in the field Telephone and Extension (Fax and Extension) cannot be more than 24 characters in total. Leading spaces are not allowed in the field Telephone or Fax or in the field Extension. Valid characters are: Numbers (0123456789) Letters (ABCDEFGHIJKLMNOPQRSTUVWXYZ) Following other characters: /, (, ), - *, # and " " (space), but not as a leading space. If an + is entered as the first character, the system checks whether the specified number starts with a country code. If so, a warning message is displayed because the country code is automatically determined by the system and should not be stored in the Telephone number (Fax number) field. If an & is entered as the first character, the automatic check and formatting of the telephone number (fax number), as well as the determination of the country code, is suppressed. Enter the following for the number "01234/567-0": Fax: 01234/567 Extension: 0 Enter the following for the number "01234/567-891": Fax: 01234/567 Extension: 891 For the number "012-345-678" (678 as extension) enter the following: Fax: 012-345 Extension: 678 In the following cases, enter the complete number (without country dialing code) in the field Fax: No part of the number can be considered as an extension. You are not sure which part of the number can be considered as an extension.
@Nullable @Generated(value="lombok") public String getInternationalFaxNumber()
This field is therefore not to be filled when Business Address Services function modules are called.
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setAddressID(@Nullable String addressID)
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
addressID
- @Generated(value="lombok") public void setPerson(@Nullable String person)
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
person
- @Generated(value="lombok") public void setOrdinalNumber(@Nullable String ordinalNumber)
ordinalNumber
- @Generated(value="lombok") public void setIsDefaultFaxNumber(@Nullable Boolean isDefaultFaxNumber)
The standard address is used for the following functions: When sending using the SMTP nodein SAPconnect, the home address of the communication type used is the one set as the sender address. The recipient can see this address in the sender information and can also reply directly to this address. The standard address is also transferred and can be used for incoming status notifications, for example. When sending using an RFC node in SAPconnect, the standard address of the communication type used is the one set as the sender address. The structure defined in the case of the RFC does not permit another address to be transferred, so the standard address is used for incoming status notifications too. The SAP users have the addresses of their exchange P.O. boxes in their standard communication type 'Internet Mail' as the home address and their Internet address in the SAP system as their standard address. Example: Home address: Bernard.Brown@Company.com Standard address: Bernard.Brown@System.Company.com Sending using an SMTP node The home address of the communication type 'Internet Mail' (Bernard.Brown@Company.com) is used as the sender address. If a reply is sent to this address the user receives directly in the exchange postbox. Sending using the RFC node The standard address of the communication type 'Internet Mail' (Bernard.Brown@System.Company.com) is used as the sender address. If a reply is sent to this address, it arrives back to the SAP system. Example using a mail system group The users should get all messages in their Microsoft Exchange postboxes. In the SAP system the mail system group is activated for this using the setting "Send Messages to the Home Address". The address settings of the SAP users remain unchanged: Home address: Bernard.Brown@Company.com Standard address: Bernard.Brown@System.Company.com Sending using an SMTP node The home address of the communication type 'Internet Mail' (Bernard.Brown@Company.com) is used as the sender address. If a reply is sent to this address the user receives directly in the exchange postbox. Sending using the RFC node The standard address of the communication type 'Internet Mail' (Bernard.Brown@System.Company.com) is used as the sender address. If a reply is sent to this address it arrives back in the SAP system. It is then forwarded using the mail system group to the home address and the user gets it in the exchange postbox.
isDefaultFaxNumber
- @Generated(value="lombok") public void setFaxCountry(@Nullable String faxCountry)
This specification is used to determine the correct country code. A normalized form of the telephone number or fax number is then derived and stored in a field for a program-driven search. In most cases, the telephone number or fax number refers directly to an address. If this is the case, when a new number is created, the country of the address is proposed. If this is not the case (for example, with address-independent communication data for a business partner), the country from the user parameter LND is proposed (if it is maintained). If the user parameter LND is not maintained, the country of the company address assigned in the user master data is proposed. If the country of the address changes, the country of the corresponding telephone number and fax address is not changed automatically. Example: A business partner moves abroad. If the telephone number is for a permanent connection, the telephone number also changes when the business partner moves and has to be maintained again in the system. If the telephone number is for a mobile telephone and the number is retained, the original country for this telephone number also has to be retained and must not be changed automatically to the new country of the address.
faxCountry
- @Generated(value="lombok") public void setFaxNumber(@Nullable String faxNumber)
If the fax number consists of a company number and an extension, the extension must be entered in the field extension. Fax number, as it is to be dialled from within the same country. Enter the following for the number "01234/567-0": Fax: 01234/567 Extension: 0 Enter the following for the number "01234/567-891": Fax: 01234/567 Extension: 891 For the number "012-345-678" (678 as extension) enter the following: Fax: 012-345 Extension: 678 In the following cases, enter the complete number (without country dialing code) in the field Fax: No part of the number can be considered as an extension. You are not sure which part of the number can be considered as an extension.
faxNumber
- @Generated(value="lombok") public void setFaxNumberExtension(@Nullable String faxNumberExtension)
If the fax number consists of a company number and an extension, the extension must be entered here. Enter the extension The following rules apply for the format of telephone and fax numbers: The length of the entries in the field Telephone and Extension (Fax and Extension) cannot be more than 24 characters in total. Leading spaces are not allowed in the field Telephone or Fax or in the field Extension. Valid characters are: Numbers (0123456789) Letters (ABCDEFGHIJKLMNOPQRSTUVWXYZ) Following other characters: /, (, ), - *, # and " " (space), but not as a leading space. If an + is entered as the first character, the system checks whether the specified number starts with a country code. If so, a warning message is displayed because the country code is automatically determined by the system and should not be stored in the Telephone number (Fax number) field. If an & is entered as the first character, the automatic check and formatting of the telephone number (fax number), as well as the determination of the country code, is suppressed. Enter the following for the number "01234/567-0": Fax: 01234/567 Extension: 0 Enter the following for the number "01234/567-891": Fax: 01234/567 Extension: 891 For the number "012-345-678" (678 as extension) enter the following: Fax: 012-345 Extension: 678 In the following cases, enter the complete number (without country dialing code) in the field Fax: No part of the number can be considered as an extension. You are not sure which part of the number can be considered as an extension.
faxNumberExtension
- @Generated(value="lombok") public void setInternationalFaxNumber(@Nullable String internationalFaxNumber)
This field is therefore not to be filled when Business Address Services function modules are called.
internationalFaxNumber
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<AddressFaxNumber>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<AddressFaxNumber>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<AddressFaxNumber>
Copyright © 2018 SAP SE. All rights reserved.