com.borneo.ftp.xml
Class Ftphost

com.borneo.ftp.xml.Ftphost

public class Ftphost


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

Constructor Detail

Ftphost

public Ftphost()
Method Detail

getIp

public java.lang.String getIp()

setIp

public void setIp(java.lang.String _Ip)

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

unmarshal

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

unmarshal

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