Uses of Class
org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
Packages that use ContactPersonTypeEnumeration Package Description org.opensaml.saml.saml2.metadata 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 ContactPersonTypeEnumeration Modifier and Type Method Description ContactPersonTypeEnumerationContactPerson. getType()Gets the type of contact this person.static ContactPersonTypeEnumerationContactPersonTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactPersonTypeEnumeration[]ContactPersonTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.saml.saml2.metadata with parameters of type ContactPersonTypeEnumeration Modifier and Type Method Description voidContactPerson. setType(ContactPersonTypeEnumeration type)Sets the type of contact this person.
-