|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jedi.ws.WSDDTypeMapping
public class WSDDTypeMapping
Field Summary | |
---|---|
protected java.lang.String |
deserializer
|
protected java.lang.String |
encodingStyle
|
protected java.lang.String |
namespace
|
protected java.lang.String |
qname
|
protected java.lang.String |
serializer
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
WSDDTypeMapping()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
Compares namespace and local name. |
boolean |
equals(java.lang.Object obj)
|
void |
exportTo(java.io.PrintWriter out,
WSDDManagerFrame manager)
|
java.lang.String |
getDeserializer()
Returns the value of the deserializer property. |
java.lang.String |
getEncodingStyle()
Returns the value of the encodingStyle property. |
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
Returns the value of the namespace property. |
java.lang.String |
getQname()
Returns the value of the qname property. |
java.lang.String |
getSerializer()
Returns the value of the serializer property. |
java.lang.String |
getType()
Returns the value of the type property. |
void |
setDeserializer(java.lang.String arg)
Assigns the value of the deserializer property. |
void |
setEncodingStyle(java.lang.String arg)
Assigns the value of the encodingStyle property. |
void |
setNamespace(java.lang.String arg)
Assigns the value of the namespace property. |
void |
setQname(java.lang.String arg)
Assigns the value of the qname property. |
void |
setSerializer(java.lang.String arg)
Assigns the value of the serializer property. |
void |
setType(java.lang.String arg)
Assigns the value of the type 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 namespace
protected java.lang.String qname
protected java.lang.String type
protected java.lang.String serializer
protected java.lang.String deserializer
protected java.lang.String encodingStyle
Constructor Detail |
---|
public WSDDTypeMapping()
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 getDeserializer()
public java.lang.String getEncodingStyle()
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getQname()
public java.lang.String getSerializer()
public java.lang.String getType()
public void setDeserializer(java.lang.String arg)
public void setEncodingStyle(java.lang.String arg)
public void setNamespace(java.lang.String arg)
public void setQname(java.lang.String arg)
public void setSerializer(java.lang.String arg)
public void setType(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 |