org.apache.tuscany.sca.binding.jms.wireformat.jmstextxml
Class WireFormatJMSTextXML

java.lang.Object
  extended by org.apache.tuscany.sca.binding.jms.wireformat.jmstextxml.WireFormatJMSTextXML
All Implemented Interfaces:
java.lang.Cloneable, Base, WireFormat

public class WireFormatJMSTextXML
extends java.lang.Object
implements WireFormat


Field Summary
static javax.xml.namespace.QName WIRE_FORMAT_JMS_DEFAULT_QNAME
           
 
Constructor Summary
WireFormatJMSTextXML()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.namespace.QName getSchemaName()
           
 boolean isUnresolved()
          Returns true if the model element is unresolved.
 void setUnresolved(boolean unresolved)
          Sets whether the model element is unresolved.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIRE_FORMAT_JMS_DEFAULT_QNAME

public static final javax.xml.namespace.QName WIRE_FORMAT_JMS_DEFAULT_QNAME
Constructor Detail

WireFormatJMSTextXML

public WireFormatJMSTextXML()
Method Detail

getSchemaName

public javax.xml.namespace.QName getSchemaName()

isUnresolved

public boolean isUnresolved()
Description copied from interface: Base
Returns true if the model element is unresolved.

Specified by:
isUnresolved in interface Base
Returns:
true if the model element is unresolved.

setUnresolved

public void setUnresolved(boolean unresolved)
Description copied from interface: Base
Sets whether the model element is unresolved.

Specified by:
setUnresolved in interface Base
Parameters:
unresolved - whether the model element is unresolved

equals

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