Revision 34402 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/RemoteClientStatus.java

View differences:

RemoteClientStatus.java
17 17
    
18 18
    //format of the image to be retrieved
19 19
    private String format;
20
    private String infoFormat;
20 21
    // spatial reference system of the image to be retrieved
21 22
    private String srs;
22 23
    // exception format, to be retrieved in case of error
......
42 43

  
43 44
    public String getFormat() {        
44 45
        return format;
45
    } 
46
    }
47
    
46 48
    public void setFormat(String _format) {        
47 49
        format = _format;
48 50
    } 
51
    
52
    public String getInfoFormat() {        
53
        return infoFormat;
54
    } 
55
    
56
    public void setInfoFormat(String _format) {        
57
        infoFormat = _format;
58
    } 
49 59

  
50 60
    public String getSrs() {        
51 61
        return srs;

Also available in: Unified diff