Revision 23021 trunk/libraries/libGeocoding/src/org/gvsig/geocoding/patterns/Patterngeocoding.java

View differences:

Patterngeocoding.java
76 76
	/**
77 77
	 * Field _source
78 78
	 */
79
	private org.gvsig.geocoding.patterns.Source _source;
79
	private Source _source;
80 80

  
81 81
	// ----------------/
82 82
	// - Constructors -/
......
140 140
	 * 
141 141
	 * @return the value of field 'source'.
142 142
	 */
143
	public org.gvsig.geocoding.patterns.Source getSource() {
143
	public Source getSource() {
144 144
		return this._source;
145 145
	} 
146 146

  
......
200 200
	 * @param source
201 201
	 *            the value of field 'source'.
202 202
	 */
203
	public void setSource(org.gvsig.geocoding.patterns.Source source) {
203
	public void setSource(Source source) {
204 204
		this._source = source;
205 205
	} 
206 206

  

Also available in: Unified diff