com.borneo.ftp.xml
Class Ftpwork

com.borneo.ftp.xml.Ftpwork

public class Ftpwork

Generated from DTD and XJS files by SAXB compiler. see dtd file for details on the XML structure.


Constructor Summary
Ftpwork()
           
 
Method Summary
 void deleteExchangeSession()
           
 void emptyExchangeSession()
           
 boolean equals(java.lang.Object ob)
           
 java.util.List getExchangeSession()
           
 int hashCode()
           
 void marshal(javax.xml.bind.Marshaller m)
           
static javax.xml.bind.Dispatcher newDispatcher()
           
 java.lang.String toString()
           
static Ftpwork unmarshal(java.io.InputStream in)
           
 void unmarshal(javax.xml.bind.Unmarshaller u)
           
static Ftpwork unmarshal(javax.xml.marshal.XMLScanner xs)
           
static Ftpwork unmarshal(javax.xml.marshal.XMLScanner xs, javax.xml.bind.Dispatcher d)
           
 void validate(javax.xml.bind.Validator v)
           
 void validateThis()
           
 

Constructor Detail

Ftpwork

public Ftpwork()
Method Detail

getExchangeSession

public java.util.List getExchangeSession()

deleteExchangeSession

public void deleteExchangeSession()

emptyExchangeSession

public void emptyExchangeSession()

validateThis

public void validateThis()
                  throws javax.xml.bind.LocalValidationException

validate

public void validate(javax.xml.bind.Validator v)
              throws javax.xml.bind.StructureValidationException

marshal

public void marshal(javax.xml.bind.Marshaller m)
             throws java.io.IOException

unmarshal

public void unmarshal(javax.xml.bind.Unmarshaller u)
               throws javax.xml.bind.UnmarshalException

unmarshal

public static Ftpwork unmarshal(java.io.InputStream in)
                         throws javax.xml.bind.UnmarshalException

unmarshal

public static Ftpwork unmarshal(javax.xml.marshal.XMLScanner xs)
                         throws javax.xml.bind.UnmarshalException

unmarshal

public static Ftpwork unmarshal(javax.xml.marshal.XMLScanner xs,
                                javax.xml.bind.Dispatcher d)
                         throws javax.xml.bind.UnmarshalException

equals

public boolean equals(java.lang.Object ob)

hashCode

public int hashCode()

toString

public java.lang.String toString()

newDispatcher

public static javax.xml.bind.Dispatcher newDispatcher()