com.borneo.ftp.xml
Class Source

com.borneo.ftp.xml.Source

public class Source


Constructor Summary
Source()
           
 
Method Summary
 void deleteLastfile()
           
 void emptyLastfile()
           
 boolean equals(java.lang.Object ob)
           
 java.util.List getLastfile()
           
 java.lang.String getRegex()
           
 java.lang.String getSourcedirectory()
           
 int hashCode()
           
 void marshal(javax.xml.bind.Marshaller m)
           
static javax.xml.bind.Dispatcher newDispatcher()
           
 void setRegex(java.lang.String _Regex)
           
 void setSourcedirectory(java.lang.String _Sourcedirectory)
           
 java.lang.String toString()
           
static Source unmarshal(java.io.InputStream in)
           
 void unmarshal(javax.xml.bind.Unmarshaller u)
           
static Source unmarshal(javax.xml.marshal.XMLScanner xs)
           
static Source unmarshal(javax.xml.marshal.XMLScanner xs, javax.xml.bind.Dispatcher d)
           
 void validate(javax.xml.bind.Validator v)
           
 void validateThis()
           
 

Constructor Detail

Source

public Source()
Method Detail

getSourcedirectory

public java.lang.String getSourcedirectory()

setSourcedirectory

public void setSourcedirectory(java.lang.String _Sourcedirectory)

getRegex

public java.lang.String getRegex()

setRegex

public void setRegex(java.lang.String _Regex)

getLastfile

public java.util.List getLastfile()

deleteLastfile

public void deleteLastfile()

emptyLastfile

public void emptyLastfile()

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 Source unmarshal(java.io.InputStream in)
                        throws javax.xml.bind.UnmarshalException

unmarshal

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

unmarshal

public static Source 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()