Uses of Class
org.apache.hello_world_soap_http.types.ErrorCode

Packages that use ErrorCode
org.apache.hello_world_soap_http.types   
 

Uses of ErrorCode in org.apache.hello_world_soap_http.types
 

Fields in org.apache.hello_world_soap_http.types declared as ErrorCode
protected  ErrorCode NoSuchCodeLit.code
           
 

Methods in org.apache.hello_world_soap_http.types that return ErrorCode
 ErrorCode ObjectFactory.createErrorCode()
          Create an instance of ErrorCode
 ErrorCode NoSuchCodeLit.getCode()
          Gets the value of the code property.
 

Methods in org.apache.hello_world_soap_http.types with parameters of type ErrorCode
 void NoSuchCodeLit.setCode(ErrorCode value)
          Sets the value of the code property.
 



Apache CXF