de.micromata.opengis.kml.v_2_2_0.xal
Class Premise.PremiseLocation

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

public static class Premise.PremiseLocation
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
protected  java.lang.String code
           
protected  java.lang.String content
           
 
Constructor Summary
Premise.PremiseLocation()
           
 
Method Summary
 Premise.PremiseLocation 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()
           
 int hashCode()
           
 void setCode(java.lang.String value)
           
 void setContent(java.lang.String value)
           
 Premise.PremiseLocation withCode(java.lang.String code)
          fluent setter
 Premise.PremiseLocation withContent(java.lang.String content)
          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

code

protected java.lang.String code
Constructor Detail

Premise.PremiseLocation

public Premise.PremiseLocation()
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

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 Premise.PremiseLocation withContent(java.lang.String content)
fluent setter

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

withCode

public Premise.PremiseLocation withCode(java.lang.String code)
fluent setter

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

clone

public Premise.PremiseLocation clone()
Overrides:
clone in class java.lang.Object