Class BindingTypeAnnot
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.BindingTypeAnnot
-
- All Implemented Interfaces:
Annotation
public class BindingTypeAnnot extends Object implements BindingType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Annotation>annotationType()static BindingTypeAnnotcreateBindingTypeAnnotImpl()static BindingTypeAnnotcreateBindingTypeAnnotImpl(String value)static BindingTypeAnnotcreateFromAnnotation(Annotation annotation)voidsetValue(String value)StringtoString()Convenience method for unit testing.Stringvalue()-
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
-
-
-
-
Method Detail
-
createBindingTypeAnnotImpl
public static BindingTypeAnnot createBindingTypeAnnotImpl()
-
createBindingTypeAnnotImpl
public static BindingTypeAnnot createBindingTypeAnnotImpl(String value)
-
createFromAnnotation
public static BindingTypeAnnot createFromAnnotation(Annotation annotation)
-
value
public String value()
- Returns:
- Returns the value.
-
setValue
public void setValue(String value)
- Parameters:
value- The value to set.
-
annotationType
public Class<Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
toString
public String toString()
Convenience method for unit testing. We will print all of the data members here.- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-
-