Uses of Enum Class
org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
Packages that use ContactPersonTypeEnumeration
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
-
Uses of ContactPersonTypeEnumeration in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return ContactPersonTypeEnumerationModifier and TypeMethodDescriptionContactPerson.getType()Gets the type of contact this person.static ContactPersonTypeEnumerationReturns the enum constant of this class with the specified name.static ContactPersonTypeEnumeration[]ContactPersonTypeEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.saml.saml2.metadata with parameters of type ContactPersonTypeEnumerationModifier and TypeMethodDescriptionvoidContactPerson.setType(ContactPersonTypeEnumeration type) Sets the type of contact this person.