Skip navigation links

Oracle Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-05


oracle.security.xmlsec.saml2.metadata
Class Contact

java.lang.Object
  extended by oracle.security.xmlsec.saml2.metadata.Contact


public class Contact
extends java.lang.Object

Represents the type of contact.


Field Summary
static Contact ADMINISTRATIVE
          Indicates an administrative contact
static Contact BILLING
          Indicates a billing contact
static Contact OTHER
          Indicates an other contact
static Contact SUPPORT
          Indicates a support contact
static Contact TECHNICAL
          Indicates a technical contact

 

Constructor Summary
Contact(java.lang.String value)
          Creates a new Contact object.

 

Method Summary
 boolean equals(java.lang.Object o)
          Compares this Contact object to the specified object.
 java.lang.String getValue()
          Returns the value of this Contact.
 int hashCode()
          Returns the hash code for this instance.
 java.lang.String toString()
          Returns a description of this Contact.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

TECHNICAL

public static final Contact TECHNICAL
Indicates a technical contact

SUPPORT

public static final Contact SUPPORT
Indicates a support contact

ADMINISTRATIVE

public static final Contact ADMINISTRATIVE
Indicates an administrative contact

BILLING

public static final Contact BILLING
Indicates a billing contact

OTHER

public static final Contact OTHER
Indicates an other contact

Constructor Detail

Contact

public Contact(java.lang.String value)
Creates a new Contact object.
Parameters:
value - The String value.

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this Contact.
Returns:
A String.

toString

public java.lang.String toString()
Returns a description of this Contact.
Overrides:
toString in class java.lang.Object
Returns:
A String representation.

hashCode

public int hashCode()
Returns the hash code for this instance.
Overrides:
hashCode in class java.lang.Object
Returns:
The hash code.

equals

public boolean equals(java.lang.Object o)
Compares this Contact object to the specified object.
Overrides:
equals in class java.lang.Object
Parameters:
o - The object to compare to.
Returns:
A boolean value.

Skip navigation links

Oracle Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-05


Copyright © 2005, 2013 , Oracle. All rights reserved.