Oracle Security Developer Tools SAML 2.0 Java API Reference
10g (10.1.4.0.1)

B28174-01


oracle.security.xmlsec.saml2.metadata
Class Contact

java.lang.Object
  extended byoracle.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.
Returns:
A String representation.

hashCode

public int hashCode()
Returns the hash code for this instance.
Returns:
The hash code.

equals

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

Oracle Security Developer Tools SAML 2.0 Java API Reference
10g (10.1.4.0.1)

B28174-01


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