com.borneo.ftp.xml
Class ExchangeSession
com.borneo.ftp.xml.ExchangeSession
- public class ExchangeSession
Generated from DTD and XJS files by SAXB compiler.
see dtd file for details on the XML structure.
ExchangeSession
public ExchangeSession()
getAsof
public java.util.Date getAsof()
setAsof
public void setAsof(java.util.Date _Asof)
getEndson
public java.util.Date getEndson()
setEndson
public void setEndson(java.util.Date _Endson)
getFtphost
public Ftphost getFtphost()
setFtphost
public void setFtphost(Ftphost _Ftphost)
getClient
public Client getClient()
setClient
public void setClient(Client _Client)
getFileAssociation
public java.util.List getFileAssociation()
deleteFileAssociation
public void deleteFileAssociation()
emptyFileAssociation
public void emptyFileAssociation()
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 ExchangeSession unmarshal(java.io.InputStream in)
throws javax.xml.bind.UnmarshalException
unmarshal
public static ExchangeSession unmarshal(javax.xml.marshal.XMLScanner xs)
throws javax.xml.bind.UnmarshalException
unmarshal
public static ExchangeSession 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()