Class PlaceOfBirth
java.lang.Object
se.swedenconnect.spring.saml.idp.attributes.eidas.PlaceOfBirth
- All Implemented Interfaces:
Serializable
,EidasAttributeValue<PlaceOfBirthType>
Place of birth.
- Author:
- Martin Lindström
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates theXMLObject
value for insertion as an attribute value in anAssertion
.Gets the string representation of the value.toString()
-
Constructor Details
-
PlaceOfBirth
Constructor.- Parameters:
value
- the XML value object
-
-
Method Details
-
getValueAsString
Gets the string representation of the value.- Specified by:
getValueAsString
in interfaceEidasAttributeValue<PlaceOfBirthType>
- Returns:
- a string
-
createXmlObject
Creates theXMLObject
value for insertion as an attribute value in anAssertion
.- Specified by:
createXmlObject
in interfaceEidasAttributeValue<PlaceOfBirthType>
- Returns:
- the attribute value
-
toString
-