Class MediumCharacteristic

java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.MediumCharacteristic

@Validated @Generated(value="de.hybris.platform.partyroletmfwebservices.swagger.PrPartyRoleCodegen", date="2022-10-21T20:35:30.099Z") public class MediumCharacteristic extends Object
Describes the contact medium characteristics that could be used to contact a party (an individual or an organization)
  • Constructor Details

    • MediumCharacteristic

      public MediumCharacteristic()
  • Method Details

    • city

      public MediumCharacteristic city(String city)
    • getCity

      public String getCity()
      The city
      Returns:
      city
    • setCity

      public void setCity(String city)
    • contactType

      public MediumCharacteristic contactType(String contactType)
    • getContactType

      public String getContactType()
      The type of contact, for example: phone number such as mobile, fixed home, fixed office. postal address such as shipping instalation…
      Returns:
      contactType
    • setContactType

      public void setContactType(String contactType)
    • country

      public MediumCharacteristic country(String country)
    • getCountry

      public String getCountry()
      The country
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • emailAddress

      public MediumCharacteristic emailAddress(String emailAddress)
    • getEmailAddress

      public String getEmailAddress()
      Full email address in standard format
      Returns:
      emailAddress
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • faxNumber

      public MediumCharacteristic faxNumber(String faxNumber)
    • getFaxNumber

      public String getFaxNumber()
      The fax number of the contact
      Returns:
      faxNumber
    • setFaxNumber

      public void setFaxNumber(String faxNumber)
    • phoneNumber

      public MediumCharacteristic phoneNumber(String phoneNumber)
    • getPhoneNumber

      public String getPhoneNumber()
      The primary phone number of the contact
      Returns:
      phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • postCode

      public MediumCharacteristic postCode(String postCode)
    • getPostCode

      public String getPostCode()
      Postcode
      Returns:
      postCode
    • setPostCode

      public void setPostCode(String postCode)
    • socialNetworkId

      public MediumCharacteristic socialNetworkId(String socialNetworkId)
    • getSocialNetworkId

      public String getSocialNetworkId()
      Identifier as a member of a social network
      Returns:
      socialNetworkId
    • setSocialNetworkId

      public void setSocialNetworkId(String socialNetworkId)
    • stateOrProvince

      public MediumCharacteristic stateOrProvince(String stateOrProvince)
    • getStateOrProvince

      public String getStateOrProvince()
      State or province
      Returns:
      stateOrProvince
    • setStateOrProvince

      public void setStateOrProvince(String stateOrProvince)
    • street1

      public MediumCharacteristic street1(String street1)
    • getStreet1

      public String getStreet1()
      Describes the street
      Returns:
      street1
    • setStreet1

      public void setStreet1(String street1)
    • street2

      public MediumCharacteristic street2(String street2)
    • getStreet2

      public String getStreet2()
      Complementary street description
      Returns:
      street2
    • setStreet2

      public void setStreet2(String street2)
    • atbaseType

      public MediumCharacteristic atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public MediumCharacteristic atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public MediumCharacteristic attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object