com.jaxfront.core.clipboard
Class CopyTypeWrapper

java.lang.Object
  extended by com.jaxfront.core.clipboard.CopyTypeWrapper
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class CopyTypeWrapper
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
CopyTypeWrapper()
           
CopyTypeWrapper(java.lang.String content)
           
CopyTypeWrapper(Type cloneType, java.lang.String xml)
           
 
Method Summary
 java.lang.Object getClonedClass()
           
 java.lang.String getNLSSourceXPathLocation()
           
 java.lang.Object getQName()
           
 java.lang.String getSchemaName()
           
 java.lang.Object getSchemaRefName()
           
 java.lang.Object getSchemaTypeQName()
           
 java.lang.String getSerializedTypeContent()
           
 java.lang.String getUserObjectXPathLocation()
           
 java.lang.String getXpathLocation()
           
 java.lang.String getXPathLocation()
           
 boolean isAdd()
           
 boolean isAdding()
           
 boolean isChoiceType()
           
 boolean isListType()
           
 boolean isStringOnlyMode()
           
 void readExternal(java.io.ObjectInput in)
           
 void setIsAdd(boolean _isAdd)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyTypeWrapper

public CopyTypeWrapper()

CopyTypeWrapper

public CopyTypeWrapper(java.lang.String content)
                throws java.lang.Exception
Throws:
java.lang.Exception

CopyTypeWrapper

public CopyTypeWrapper(Type cloneType,
                       java.lang.String xml)
Method Detail

getClonedClass

public java.lang.Object getClonedClass()

getNLSSourceXPathLocation

public java.lang.String getNLSSourceXPathLocation()

getQName

public java.lang.Object getQName()

getSchemaName

public java.lang.String getSchemaName()

getSchemaRefName

public java.lang.Object getSchemaRefName()

getSchemaTypeQName

public java.lang.Object getSchemaTypeQName()

getSerializedTypeContent

public java.lang.String getSerializedTypeContent()

getUserObjectXPathLocation

public java.lang.String getUserObjectXPathLocation()

getXpathLocation

public java.lang.String getXpathLocation()

getXPathLocation

public java.lang.String getXPathLocation()

isAdd

public boolean isAdd()

isAdding

public boolean isAdding()

isChoiceType

public boolean isChoiceType()

isListType

public boolean isListType()

isStringOnlyMode

public boolean isStringOnlyMode()

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

setIsAdd

public void setIsAdd(boolean _isAdd)

toString

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException