com.counterclaim.openefm.model.lxml
Class LxmlFilingImpl

java.lang.Object
  |
  +--com.counterclaim.openefm.model.lxml.LxmlFilingImpl
All Implemented Interfaces:
LxmlFiling, java.io.Serializable

public class LxmlFilingImpl
extends java.lang.Object
implements LxmlFiling, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LxmlFilingImpl()
           
LxmlFilingImpl(java.lang.String content)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.rpc.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.rpc.namespace.QName _xmlType)
          Get Custom Serializer
 int hashCode()
           
 void setContent(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LxmlFilingImpl

public LxmlFilingImpl()

LxmlFilingImpl

public LxmlFilingImpl(java.lang.String content)
Method Detail

getContent

public java.lang.String getContent()
Specified by:
getContent in interface LxmlFiling

setContent

public void setContent(java.lang.String content)
Specified by:
setContent in interface LxmlFiling

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.rpc.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.rpc.namespace.QName _xmlType)
Get Custom Deserializer


Copyright © 2002 counterclaim.com. All Rights Reserved.