org.apache.axis2.jaxws.description.builder
Class WebServiceRefAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot
- All Implemented Interfaces:
- java.lang.annotation.Annotation, WebServiceRef
public class WebServiceRefAnnot
- extends java.lang.Object
- implements WebServiceRef
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 |
createWebServiceRefAnnotImpl
public static WebServiceRefAnnot createWebServiceRefAnnotImpl()
createWebServiceRefAnnotImpl
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(java.lang.String name,
java.lang.String wsdlLocation,
java.lang.Class type,
java.lang.Class value,
java.lang.String mappedName,
java.lang.String typeString,
java.lang.String valueString)
mappedName
public java.lang.String mappedName()
- Returns:
- Returns the mappedName.
name
public java.lang.String name()
- Returns:
- Returns the name.
type
public java.lang.Class type()
- Returns:
- Returns the type.
value
public java.lang.Class value()
- Returns:
- Returns the value.
wsdlLocation
public java.lang.String wsdlLocation()
- Returns:
- Returns the wsdlLocation.
getTypeString
public java.lang.String getTypeString()
- Returns:
- Returns the typeString.
getValueString
public java.lang.String getValueString()
- Returns:
- Returns the valueString.
setMappedName
public void setMappedName(java.lang.String mappedName)
- Parameters:
mappedName
- The mappedName to set.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
setType
public void setType(java.lang.Class type)
- Parameters:
type
- The type to set.
setValue
public void setValue(java.lang.Class value)
- Parameters:
value
- The value to set.
setWsdlLocation
public void setWsdlLocation(java.lang.String wsdlLocation)
- Parameters:
wsdlLocation
- The wsdlLocation to set.
getWsdlLocation
public java.lang.String getWsdlLocation()
- Returns:
- Returns the wsdlLocation.
setTypeString
public void setTypeString(java.lang.String typeString)
- Parameters:
typeString
- The typeString to set.
setValueString
public void setValueString(java.lang.String valueString)
- Parameters:
valueString
- The valueString 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.