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, wait
equals, hashCode
public 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 Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.