com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl
Class JbbWsdlParameter

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl.JbbWsdlParameter

public class JbbWsdlParameter
extends Object

Author:
dkumbham

Constructor Summary
JbbWsdlParameter()
           
JbbWsdlParameter(String name, String value, JbbWsdlParameterType type)
           
 
Method Summary
 String getName()
           
 JbbWsdlParameterType getType()
           
 Object getValue()
           
 String getXsdType()
           
 void setName(String name)
           
 void setType(JbbWsdlParameterType type)
           
 void setValue(Object value)
           
 void setXsdType(String xsdType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbWsdlParameter

public JbbWsdlParameter()

JbbWsdlParameter

public JbbWsdlParameter(String name,
                        String value,
                        JbbWsdlParameterType type)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public JbbWsdlParameterType getType()

setType

public void setType(JbbWsdlParameterType type)

getValue

public Object getValue()

setValue

public void setValue(Object value)

getXsdType

public String getXsdType()

setXsdType

public void setXsdType(String xsdType)


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.