Revision 37802 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/struct/WMTSBaseStruct.java

View differences:

WMTSBaseStruct.java
32 32
 * @author Nacho Brodin (nachobrodin@gmail.com)
33 33
 */
34 34
public abstract class WMTSBaseStruct {
35
	public  static String   gmlTag              = CapabilitiesTags.WMTS_GMLTAG;
36
	private String          identifier          = null;
37
	private String          title               = null;
38
    private String          abstractObj         = null;
39
    private String          keywords            = null;
35
	public  static String        gmlTag              = CapabilitiesTags.WMTS_GMLTAG;
36
	private String               identifier          = null;
37
	private String               title               = null;
38
    private String               abstractObj         = null;
40 39
    
41 40
    /**
42 41
     * Parses this service ID
......
72 71
		this.abstractObj = abstr;
73 72
	}
74 73

  
75
	public String getKeywords() {
76
		return keywords;
77
	}
78

  
79
	public void setKeywords(String keywords) {
80
		this.keywords = keywords;
81
	}
82
	
83 74
    /**
84 75
     * Compares the next name in the selected parser with the string passed
85 76
     * by value.

Also available in: Unified diff