FileDocCategorySizeDatePackage
StateType.javaAPI DocApache Axis 1.4597Sat Apr 22 18:57:28 BST 2006test.wsdl.arrays3

StateType

public class StateType extends Object implements Serializable

Fields Summary
private String
state
Constructors Summary
public StateType()

    
public StateType(String state)

           this.state = state;
    
Methods Summary
public java.lang.StringgetState()
Gets the state value for this StateType.

return
state

        return state;
    
public voidsetState(java.lang.String state)
Sets the state value for this StateType.

param
state

        this.state = state;