|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.saml2.metadata.Contact
Represents the type of contact.
| Field Summary | |
static Contact |
ADMINISTRATIVEIndicates an administrative contact |
static Contact |
BILLINGIndicates a billing contact |
static Contact |
OTHERIndicates an other contact |
static Contact |
SUPPORTIndicates a support contact |
static Contact |
TECHNICALIndicates 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 |
public static final Contact TECHNICAL
public static final Contact SUPPORT
public static final Contact ADMINISTRATIVE
public static final Contact BILLING
public static final Contact OTHER
| Constructor Detail |
public Contact(java.lang.String value)
Contact object.value - The String value.| Method Detail |
public java.lang.String getValue()
Contact.public java.lang.String toString()
Contact.public int hashCode()
public boolean equals(java.lang.Object o)
Contact object to the specified object.o - The object to compare to.boolean value.
|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||