org.apache.axis2.jaxws.description.builder
Class FieldDescriptionComposite
java.lang.Object
org.apache.axis2.jaxws.description.builder.FieldDescriptionComposite
- All Implemented Interfaces:
- TMFAnnotationComposite
public class FieldDescriptionComposite
- extends Object
- implements TMFAnnotationComposite
FieldDescriptionComposite
public FieldDescriptionComposite()
FieldDescriptionComposite
public FieldDescriptionComposite(String fieldName,
String modifierType,
HandlerChainAnnot handlerChainAnnot,
WebServiceRefAnnot webServiceRefAnnot)
getFieldName
public String getFieldName()
- Returns:
- Returns the fieldName.
getHandlerChainAnnot
public HandlerChainAnnot getHandlerChainAnnot()
- Returns:
- Returns the handlerChainAnnot.
getModifierType
public String getModifierType()
- Returns:
- Returns the modifierType.
getFieldClassName
public String getFieldClassName()
- Returns:
- Returns the fieldClassName.
getWebServiceRefAnnot
public WebServiceRefAnnot getWebServiceRefAnnot()
- Returns:
- Returns the webServiceRefAnnot.
setFieldName
public void setFieldName(String fieldName)
- Parameters:
fieldName
- The fieldName to set.
setHandlerChainAnnot
public void setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
- Specified by:
setHandlerChainAnnot
in interface TMFAnnotationComposite
- Parameters:
handlerChainAnnot
- The handlerChainAnnot to set.
setModifierType
public void setModifierType(String modifierType)
- Parameters:
modifierType
- The modifierType to set.
setWebServiceRefAnnot
public void setWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)
- Specified by:
setWebServiceRefAnnot
in interface TMFAnnotationComposite
- Parameters:
webServiceRefAnnot
- The webServiceRefAnnot to set.
setIsListType
public void setIsListType(boolean isListType)
isListType
public boolean isListType()
setFieldClassName
public void setFieldClassName(String fieldClassName)
toString
public String toString()
- Convenience method for unit testing. We will print all of the
data members here.
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.