Uses of Class
org.opensaml.saml2.metadata.ContactPersonTypeEnumeration

Packages that use ContactPersonTypeEnumeration
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
 

Uses of ContactPersonTypeEnumeration in org.opensaml.saml2.metadata
 

Fields in org.opensaml.saml2.metadata declared as ContactPersonTypeEnumeration
static ContactPersonTypeEnumeration ContactPersonTypeEnumeration.ADMINISTRATIVE
          "administrative" contact type
static ContactPersonTypeEnumeration ContactPersonTypeEnumeration.BILLING
          "billing" contact type
static ContactPersonTypeEnumeration ContactPersonTypeEnumeration.OTHER
          "other" contact type
static ContactPersonTypeEnumeration ContactPersonTypeEnumeration.SUPPORT
          "support" contact type
static ContactPersonTypeEnumeration ContactPersonTypeEnumeration.TECHNICAL
          "technical" contact type
 

Methods in org.opensaml.saml2.metadata that return ContactPersonTypeEnumeration
 ContactPersonTypeEnumeration ContactPerson.getType()
          Gets the type of contact this person.
 

Methods in org.opensaml.saml2.metadata with parameters of type ContactPersonTypeEnumeration
 void ContactPerson.setType(ContactPersonTypeEnumeration type)
          Sets the type of contact this person.
 

Uses of ContactPersonTypeEnumeration in org.opensaml.saml2.metadata.impl
 

Fields in org.opensaml.saml2.metadata.impl declared as ContactPersonTypeEnumeration
private  ContactPersonTypeEnumeration ContactPersonImpl.type
          Contact person type
 

Methods in org.opensaml.saml2.metadata.impl that return ContactPersonTypeEnumeration
 ContactPersonTypeEnumeration ContactPersonImpl.getType()
          Gets the type of contact this person.
 

Methods in org.opensaml.saml2.metadata.impl with parameters of type ContactPersonTypeEnumeration
 void ContactPersonImpl.setType(ContactPersonTypeEnumeration type)
          Sets the type of contact this person.
 



Copyright © 1999-2012. All Rights Reserved.