|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jedi.ws.WSDDService
public class WSDDService
Field Summary | |
---|---|
protected java.lang.String |
allowedMethods
|
protected java.lang.String |
className
|
protected java.lang.String |
name
|
protected java.lang.String |
provider
|
protected java.lang.String |
scope
|
protected java.lang.String |
style
|
protected java.lang.String[] |
typeMappings
|
protected java.lang.String |
use
|
protected java.lang.String |
wsdlPortType
|
protected java.lang.String |
wsdlServiceElement
|
protected java.lang.String |
wsdlServicePort
|
protected java.lang.String |
wsdlTargetNamespace
|
Constructor Summary | |
---|---|
WSDDService()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object obj)
|
void |
exportTo(java.io.PrintWriter out,
WSDDManagerFrame manager)
|
java.lang.String |
getAllowedMethods()
Returns the value of the allowedMethods property. |
java.lang.String |
getClassName()
Returns the value of the className property. |
java.lang.String |
getName()
Returns the value of the name property. |
java.lang.String |
getProvider()
Returns the value of the provider property. |
java.lang.String |
getScope()
Returns the value of the scope property. |
java.lang.String |
getStyle()
Returns the value of the style property. |
java.lang.String[] |
getTypeMappings()
Returns the value of the typeMappings property. |
java.lang.String |
getUse()
Returns the value of the use property. |
java.lang.String |
getWsdlPortType()
Returns the value of the wsdlPortType property. |
java.lang.String |
getWsdlServiceElement()
Returns the value of the wsdlServiceElement property. |
java.lang.String |
getWsdlServicePort()
Returns the value of the wsdlServicePort property. |
java.lang.String |
getWsdlTargetNamespace()
Returns the value of the wsdlTargetNamespace property. |
void |
setAllowedMethods(java.lang.String arg)
Assigns the value of the allowedMethods property. |
void |
setClassName(java.lang.String arg)
Assigns the value of the className property. |
void |
setName(java.lang.String arg)
Assigns the value of the name property. |
void |
setProvider(java.lang.String arg)
Assigns the value of the provider property. |
void |
setScope(java.lang.String arg)
Assigns the value of the scope property. |
void |
setStyle(java.lang.String arg)
Assigns the value of the style property. |
void |
setTypeMappings(java.lang.String[] arg)
Assigns the value of the typeMappings property. |
void |
setUse(java.lang.String arg)
Assigns the value of the use property. |
void |
setWsdlPortType(java.lang.String arg)
Assigns the value of the wsdlPortType property. |
void |
setWsdlServiceElement(java.lang.String arg)
Assigns the value of the wsdlServiceElement property. |
void |
setWsdlServicePort(java.lang.String arg)
Assigns the value of the wsdlServicePort property. |
void |
setWsdlTargetNamespace(java.lang.String arg)
Assigns the value of the wsdlTargetNamespace property. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String wsdlTargetNamespace
protected java.lang.String wsdlServiceElement
protected java.lang.String wsdlServicePort
protected java.lang.String className
protected java.lang.String wsdlPortType
protected java.lang.String allowedMethods
protected java.lang.String scope
protected java.lang.String name
protected java.lang.String provider
protected java.lang.String style
protected java.lang.String use
protected java.lang.String[] typeMappings
Constructor Detail |
---|
public WSDDService()
Method Detail |
---|
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void exportTo(java.io.PrintWriter out, WSDDManagerFrame manager) throws java.io.IOException
java.io.IOException
public java.lang.String getAllowedMethods()
public java.lang.String getClassName()
public java.lang.String getName()
public java.lang.String getProvider()
public java.lang.String getScope()
public java.lang.String getStyle()
public java.lang.String[] getTypeMappings()
public java.lang.String getUse()
public java.lang.String getWsdlPortType()
public java.lang.String getWsdlServiceElement()
public java.lang.String getWsdlServicePort()
public java.lang.String getWsdlTargetNamespace()
public void setAllowedMethods(java.lang.String arg)
public void setClassName(java.lang.String arg)
public void setName(java.lang.String arg)
public void setProvider(java.lang.String arg)
public void setScope(java.lang.String arg)
public void setStyle(java.lang.String arg)
public void setTypeMappings(java.lang.String[] arg)
public void setUse(java.lang.String arg)
public void setWsdlPortType(java.lang.String arg)
public void setWsdlServiceElement(java.lang.String arg)
public void setWsdlServicePort(java.lang.String arg)
public void setWsdlTargetNamespace(java.lang.String arg)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |