Class MetadataConfiguration.ContactPersonConfig

java.lang.Object
se.swedenconnect.signservice.authn.saml.config.MetadataConfiguration.ContactPersonConfig
Enclosing class:
MetadataConfiguration

public static class MetadataConfiguration.ContactPersonConfig extends Object
Configuration class for the ContactPerson element.
  • Constructor Details

    • ContactPersonConfig

      public ContactPersonConfig()
  • Method Details

    • toElement

      public ContactPerson toElement(@Nonnull ContactPersonTypeEnumeration type)
      Builds a ContactPerson element.
      Parameters:
      type - the type
      Returns:
      a ContactPerson element
    • getCompany

      public String getCompany()
      The company.
    • getGivenName

      public String getGivenName()
      Given name.
    • getSurname

      public String getSurname()
      Surname.
    • getEmailAddress

      public String getEmailAddress()
      Email address.
    • getTelephoneNumber

      public String getTelephoneNumber()
      Telephone number.
    • setCompany

      public void setCompany(String company)
      The company.
    • setGivenName

      public void setGivenName(String givenName)
      Given name.
    • setSurname

      public void setSurname(String surname)
      Surname.
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
      Email address.
    • setTelephoneNumber

      public void setTelephoneNumber(String telephoneNumber)
      Telephone number.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object