de.micromata.opengis.kml.v_2_2_0.xal
Class PostBox.PostBoxNumberSuffix

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

public static class PostBox.PostBoxNumberSuffix
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
protected  java.lang.String code
           
protected  java.lang.String content
           
protected  java.lang.String numberSuffixSeparator
           
 
Constructor Summary
PostBox.PostBoxNumberSuffix()
           
 
Method Summary
 PostBox.PostBoxNumberSuffix clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
           
 java.lang.String getContent()
           
 java.lang.String getNumberSuffixSeparator()
           
 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)
           
 void setNumberSuffixSeparator(java.lang.String value)
           
 PostBox.PostBoxNumberSuffix withCode(java.lang.String code)
          fluent setter
 PostBox.PostBoxNumberSuffix withContent(java.lang.String content)
          fluent setter
 PostBox.PostBoxNumberSuffix withNumberSuffixSeparator(java.lang.String numberSuffixSeparator)
          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

numberSuffixSeparator

protected java.lang.String numberSuffixSeparator

code

protected java.lang.String code
Constructor Detail

PostBox.PostBoxNumberSuffix

public PostBox.PostBoxNumberSuffix()
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

getNumberSuffixSeparator

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

setNumberSuffixSeparator

public void setNumberSuffixSeparator(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 PostBox.PostBoxNumberSuffix withContent(java.lang.String content)
fluent setter

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

withNumberSuffixSeparator

public PostBox.PostBoxNumberSuffix withNumberSuffixSeparator(java.lang.String numberSuffixSeparator)
fluent setter

Parameters:
numberSuffixSeparator - required parameter
See Also:
setNumberSuffixSeparator(String)

withCode

public PostBox.PostBoxNumberSuffix withCode(java.lang.String code)
fluent setter

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

clone

public PostBox.PostBoxNumberSuffix clone()
Overrides:
clone in class java.lang.Object