public class WebResultAnnot extends Object implements WebResult
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
static WebResultAnnot |
createWebResultAnnotImpl() |
boolean |
header() |
String |
name() |
String |
partName() |
void |
setHeader(boolean header) |
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 WebResultAnnot createWebResultAnnotImpl()
public boolean header()
public String name()
public String partName()
public String targetNamespace()
public void setHeader(boolean header)
header
- The header to set.public void setName(String name)
name
- The name to set.public void setPartName(String partName)
partName
- The partName to set.public void setTargetNamespace(String targetNamespace)
targetNamespace
- The targetNamespace 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.