Class MetadataConfiguration.ContactPersonConfig
java.lang.Object
se.swedenconnect.signservice.authn.saml.config.MetadataConfiguration.ContactPersonConfig
- Enclosing class:
- MetadataConfiguration
Configuration class for the ContactPerson element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The company.Email address.Given name.Surname.Telephone number.int
hashCode()
void
setCompany
(String company) The company.void
setEmailAddress
(String emailAddress) Email address.void
setGivenName
(String givenName) Given name.void
setSurname
(String surname) Surname.void
setTelephoneNumber
(String telephoneNumber) Telephone number.Builds aContactPerson
element.toString()
-
Constructor Details
-
ContactPersonConfig
public ContactPersonConfig()
-
-
Method Details
-
toElement
Builds aContactPerson
element.- Parameters:
type
- the type- Returns:
- a ContactPerson element
-
getCompany
The company. -
getGivenName
Given name. -
getSurname
Surname. -
getEmailAddress
Email address. -
getTelephoneNumber
Telephone number. -
setCompany
The company. -
setGivenName
Given name. -
setSurname
Surname. -
setEmailAddress
Email address. -
setTelephoneNumber
Telephone number. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-