de.hillenbrand.jedi.ws
Class WSDDTypeMapping

java.lang.Object
  extended by de.hillenbrand.jedi.ws.WSDDTypeMapping
All Implemented Interfaces:
java.lang.Comparable

public class WSDDTypeMapping
extends java.lang.Object
implements java.lang.Comparable


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

namespace

protected java.lang.String namespace

qname

protected java.lang.String qname

type

protected java.lang.String type

serializer

protected java.lang.String serializer

deserializer

protected java.lang.String deserializer

encodingStyle

protected java.lang.String encodingStyle
Constructor Detail

WSDDTypeMapping

public WSDDTypeMapping()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Compares namespace and local name.

Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

exportTo

public void exportTo(java.io.PrintWriter out,
                     WSDDManagerFrame manager)
              throws java.io.IOException
Throws:
java.io.IOException

getDeserializer

public java.lang.String getDeserializer()
Returns the value of the deserializer property.


getEncodingStyle

public java.lang.String getEncodingStyle()
Returns the value of the encodingStyle property.


getName

public java.lang.String getName()

getNamespace

public java.lang.String getNamespace()
Returns the value of the namespace property.


getQname

public java.lang.String getQname()
Returns the value of the qname property.


getSerializer

public java.lang.String getSerializer()
Returns the value of the serializer property.


getType

public java.lang.String getType()
Returns the value of the type property.


setDeserializer

public void setDeserializer(java.lang.String arg)
Assigns the value of the deserializer property.


setEncodingStyle

public void setEncodingStyle(java.lang.String arg)
Assigns the value of the encodingStyle property.


setNamespace

public void setNamespace(java.lang.String arg)
Assigns the value of the namespace property.


setQname

public void setQname(java.lang.String arg)
Assigns the value of the qname property.


setSerializer

public void setSerializer(java.lang.String arg)
Assigns the value of the serializer property.


setType

public void setType(java.lang.String arg)
Assigns the value of the type property.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object