de.micromata.opengis.kml.v_2_2_0.xal
Class Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo

java.lang.Object
  extended by de.micromata.opengis.kml.v_2_2_0.xal.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
Thoroughfare.ThoroughfareNumberRange

public static class Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
protected  java.lang.String code
           
protected  java.util.List<java.lang.Object> content
           
 
Constructor Summary
Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo()
           
 
Method Summary
 Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo addToContent(java.lang.Object content)
          add a value to the content property collection
 Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
           
 java.util.List<java.lang.Object> getContent()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 int hashCode()
           
 void setCode(java.lang.String value)
           
 void setContent(java.util.List<java.lang.Object> content)
          Sets the value of the content property Objects of the following type(s) are allowed in the list List.
 Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo withCode(java.lang.String code)
          fluent setter
 Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo withContent(java.util.List<java.lang.Object> content)
          fluent setter
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.util.List<java.lang.Object> content

code

protected java.lang.String code
Constructor Detail

Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo()
Method Detail

getContent

public java.util.List<java.lang.Object> getContent()

getCode

public java.lang.String getCode()
Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Parameters:
value - allowed object is String

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Returns:
always non-null

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

setContent

public void setContent(java.util.List<java.lang.Object> content)
Sets the value of the content property Objects of the following type(s) are allowed in the list List.

Note:

This method does not make use of the fluent pattern.If you would like to make it fluent, use withContent(java.util.List) instead.

Parameters:
content -

addToContent

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo addToContent(java.lang.Object content)
add a value to the content property collection

Parameters:
content - Objects of the following type are allowed in the list: ThoroughfareNumberPrefixStringThoroughfareNumberSuffixThoroughfareNumberAddressLine
Returns:
true (as general contract of Collection.add).

withContent

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo withContent(java.util.List<java.lang.Object> content)
fluent setter

Parameters:
content - required parameter
See Also:
#setContent(List)

withCode

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo withCode(java.lang.String code)
fluent setter

Parameters:
code - required parameter
See Also:
setCode(String)

clone

public Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo clone()
Overrides:
clone in class java.lang.Object