Uses of Class
org.apache.cxf.hello_world_jms.types.ErrorCode

Packages that use ErrorCode
org.apache.cxf.hello_world_jms.types   
 

Uses of ErrorCode in org.apache.cxf.hello_world_jms.types
 

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

Methods in org.apache.cxf.hello_world_jms.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.cxf.hello_world_jms.types with parameters of type ErrorCode
 void NoSuchCodeLit.setCode(ErrorCode value)
          Sets the value of the code property.
 



Apache CXF