de.micromata.opengis.kml.v_2_2_0.xal
Class PostalRoute.PostalRouteName

java.lang.Object
  extended by de.micromata.opengis.kml.v_2_2_0.xal.PostalRoute.PostalRouteName
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
PostalRoute

public static class PostalRoute.PostalRouteName
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
protected  java.lang.String code
           
protected  java.lang.String content
           
protected  java.lang.String underscore
           
 
Constructor Summary
PostalRoute.PostalRouteName()
           
 
Method Summary
 PostalRoute.PostalRouteName clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
           
 java.lang.String getContent()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 java.lang.String getUnderscore()
           
 int hashCode()
           
 void setCode(java.lang.String value)
           
 void setContent(java.lang.String value)
           
 void setUnderscore(java.lang.String value)
           
 PostalRoute.PostalRouteName withCode(java.lang.String code)
          fluent setter
 PostalRoute.PostalRouteName withContent(java.lang.String content)
          fluent setter
 PostalRoute.PostalRouteName withUnderscore(java.lang.String underscore)
          fluent setter
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.lang.String content

underscore

protected java.lang.String underscore

code

protected java.lang.String code
Constructor Detail

PostalRoute.PostalRouteName

public PostalRoute.PostalRouteName()
Method Detail

getContent

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

setContent

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

getUnderscore

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

setUnderscore

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

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

withContent

public PostalRoute.PostalRouteName withContent(java.lang.String content)
fluent setter

Parameters:
content - required parameter
See Also:
setContent(String)

withUnderscore

public PostalRoute.PostalRouteName withUnderscore(java.lang.String underscore)
fluent setter

Parameters:
underscore - required parameter
See Also:
setUnderscore(String)

withCode

public PostalRoute.PostalRouteName withCode(java.lang.String code)
fluent setter

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

clone

public PostalRoute.PostalRouteName clone()
Overrides:
clone in class java.lang.Object