Subversion Repositories XServices

Rev

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

Rev 18 Rev 54
Line 27... Line 27...
27
public class HostConnection {
27
public class HostConnection {
Line 28... Line 28...
28
 
28
 
29
    public HostConnection() {
29
    public HostConnection() {
Line 30... Line 30...
30
    }
30
    }
31
 
31
 
Line 32... Line 32...
32
    @XmlElement(name="hostname", required=false, nillable=false)
32
    @XmlElement(name="hostname", required=true, nillable=false)
33
    public String hostname;
33
    public String hostname;