Subversion Repositories XServices

Rev

Rev 80 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80 Rev 81
Line 20... Line 20...
20
 
20
 
Line 21... Line 21...
21
import org.apache.cxf.aegis.type.java5.XmlType;
21
import org.apache.cxf.aegis.type.java5.XmlType;
22
 
22
 
23
 
23
 
24
/**
24
/**
25
 *
25
 * Host information.
26
 * @author Brian Rosenberger, bru@brutex.de
26
 * @author Brian Rosenberger, bru@brutex.de
Line 27... Line 27...
27
 */
27
 */
-
 
28
@XmlType(name=HostinfoType.XML_NAME, namespace=BrutexNamespaces.WS_XSERVICES)
-
 
29
public class HostinfoType {
-
 
30
 
-
 
31
	public final static String XML_NAME="hostinfo";
28
@XmlType(name=HostinfoType.XML_NAME, namespace=BrutexNamespaces.WS_XSERVICES)
32
    private String name;
29
public class HostinfoType {
33
    private String domain;
30
 
34
    private String ip4;
31
	public final static String XML_NAME="hostinfo";
35
    private String ip6;
32
    
36
        
33
	/**
37
	/**
Line 49... Line 53...
49
		this.domain = domain;
53
		this.domain = domain;
50
		this.ip4 = ip4;
54
		this.ip4 = ip4;
51
		this.ip6 = ip6;
55
		this.ip6 = ip6;
52
	}
56
	}
Line 53... Line -...
53
 
-
 
54
    private String name;
-
 
55
    private String domain;
-
 
56
    private String ip4;
-
 
57
    private String ip6;
-
 
58
    
-
 
59
    
57
 
60
	/**
58
	/**
61
	 * Get the host name.
59
	 * Get the host name.
62
	 * 
60
	 * 
63
	 * @return the name
61
	 * @return the name