|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.uddi.client.structures.datatypes.TextNode weblogic.uddi.client.structures.datatypes.Email
public class Email
The email structure store a string. As the name suggest it is used for storing an email. It has as optional useType attribute for descriptive purposes. The attribute is not optional if more than one email element is used.
Field Summary |
---|
Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode |
---|
value |
Constructor Summary | |
---|---|
Email()
Class constructor. |
|
Email(String val)
Class constructor specifying the initialization value. |
|
Email(String ut,
String val)
Class constructor specifying the initialization values. |
Method Summary | |
---|---|
String |
getUseType()
Gets the value of the use type. |
void |
setUseType(String value)
Sets the value of the use type. |
Methods inherited from class weblogic.uddi.client.structures.datatypes.TextNode |
---|
getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Email()
public Email(String val)
val
- the value of the email.public Email(String ut, String val)
ut
- the use type of the email.val
- the value of the email.Method Detail |
---|
public String getUseType()
public void setUseType(String value)
value
- the new value of the use type.
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |