org.apache.axis2.jaxws.description.builder
Class WebParamAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.WebParamAnnot
- All Implemented Interfaces:
- java.lang.annotation.Annotation, WebParam
public class WebParamAnnot
- extends java.lang.Object
- implements WebParam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
createWebParamAnnotImpl
public static WebParamAnnot createWebParamAnnotImpl()
name
public java.lang.String name()
- Get the 'name'
- Returns:
- String
targetNamespace
public java.lang.String targetNamespace()
mode
public WebParam.Mode mode()
header
public boolean header()
partName
public java.lang.String partName()
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
setTargetNamespace
public void setTargetNamespace(java.lang.String targetNamespace)
- Parameters:
targetNamespace
- The targetNamespace to set.
setMode
public void setMode(WebParam.Mode mode)
- Parameters:
mode
- The mode to set.
setHeader
public void setHeader(boolean header)
- Parameters:
header
- The header to set.
setPartName
public void setPartName(java.lang.String partName)
- Parameters:
partName
- The partName to set.
annotationType
public java.lang.Class<java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
toString
public java.lang.String toString()
- Convenience method for unit testing. We will print all of the
data members here.
- Specified by:
toString
in interface java.lang.annotation.Annotation
- Overrides:
toString
in class java.lang.Object
Copyright © 2007 Apache Web Services Project. All Rights Reserved.