public class WebParamAnnot extends Object implements WebParam
WebParam.Mode| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static WebParamAnnot |
createWebParamAnnotImpl() |
boolean |
header() |
WebParam.Mode |
mode() |
String |
name()
Get the 'name'
|
String |
partName() |
void |
setHeader(boolean header) |
void |
setMode(WebParam.Mode mode) |
void |
setName(String name) |
void |
setPartName(String partName) |
void |
setTargetNamespace(String targetNamespace) |
String |
targetNamespace() |
String |
toString()
Convenience method for unit testing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static WebParamAnnot createWebParamAnnotImpl()
public String name()
public String targetNamespace()
public WebParam.Mode mode()
public boolean header()
public String partName()
public void setName(String name)
name - The name to set.public void setTargetNamespace(String targetNamespace)
targetNamespace - The targetNamespace to set.public void setMode(WebParam.Mode mode)
mode - The mode to set.public void setHeader(boolean header)
header - The header to set.public void setPartName(String partName)
partName - The partName to set.public Class<Annotation> annotationType()
annotationType in interface Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.