com.sun.tools.ws.wsdl.document.jaxws
Class CustomName
java.lang.Object
com.sun.tools.ws.wsdl.document.jaxws.CustomName
public class CustomName
- extends Object
- Author:
- Vivek Pandey
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomName
public CustomName()
CustomName
public CustomName(String name,
String javaDoc)
getJavaDoc
public String getJavaDoc()
- Returns:
- Returns the javaDoc.
setJavaDoc
public void setJavaDoc(String javaDoc)
- Parameters:
javaDoc - The javaDoc to set.
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name - The name to set.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.