org.citygml4j.impl.xal
Class PostOfficeImpl

java.lang.Object
  extended by org.citygml4j.impl.xal.PostOfficeImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, PostOffice, XAL

public class PostOfficeImpl
extends java.lang.Object
implements PostOffice


Constructor Summary
PostOfficeImpl()
           
 
Method Summary
 void addAddressLine(AddressLine addressLine)
           
 void addPostOfficeName(PostOfficeName postOfficeName)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.util.List<AddressLine> getAddressLine()
           
 java.lang.String getIndicator()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 PostalCode getPostalCode()
           
 PostalRoute getPostalRoute()
           
 PostBox getPostBox()
           
 java.util.List<PostOfficeName> getPostOfficeName()
           
 PostOfficeNumber getPostOfficeNumber()
           
 java.lang.String getType()
           
 XALClass getXALClass()
           
 boolean isSetAddressLine()
           
 boolean isSetIndicator()
           
 boolean isSetParent()
           
 boolean isSetPostalCode()
           
 boolean isSetPostalRoute()
           
 boolean isSetPostBox()
           
 boolean isSetPostOfficeName()
           
 boolean isSetPostOfficeNumber()
           
 boolean isSetType()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void setIndicator(java.lang.String indicator)
           
 void setParent(ModelObject parent)
           
 void setPostalCode(PostalCode postalCode)
           
 void setPostalRoute(PostalRoute postalRoute)
           
 void setPostBox(PostBox postBox)
           
 void setPostOfficeName(java.util.List<PostOfficeName> postOfficeName)
           
 void setPostOfficeNumber(PostOfficeNumber postOfficeNumber)
           
 void setType(java.lang.String type)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetIndicator()
           
 void unsetParent()
           
 void unsetPostalCode()
           
 void unsetPostalRoute()
           
 void unsetPostBox()
           
 void unsetPostOfficeName()
           
 boolean unsetPostOfficeName(PostOfficeName postOfficeName)
           
 void unsetPostOfficeNumber()
           
 void unsetType()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostOfficeImpl

public PostOfficeImpl()
Method Detail

addAddressLine

public void addAddressLine(AddressLine addressLine)
Specified by:
addAddressLine in interface PostOffice

addPostOfficeName

public void addPostOfficeName(PostOfficeName postOfficeName)
Specified by:
addPostOfficeName in interface PostOffice

getAddressLine

public java.util.List<AddressLine> getAddressLine()
Specified by:
getAddressLine in interface PostOffice

getIndicator

public java.lang.String getIndicator()
Specified by:
getIndicator in interface PostOffice

getPostBox

public PostBox getPostBox()
Specified by:
getPostBox in interface PostOffice

getPostOfficeName

public java.util.List<PostOfficeName> getPostOfficeName()
Specified by:
getPostOfficeName in interface PostOffice

getPostOfficeNumber

public PostOfficeNumber getPostOfficeNumber()
Specified by:
getPostOfficeNumber in interface PostOffice

getPostalCode

public PostalCode getPostalCode()
Specified by:
getPostalCode in interface PostOffice

getPostalRoute

public PostalRoute getPostalRoute()
Specified by:
getPostalRoute in interface PostOffice

getType

public java.lang.String getType()
Specified by:
getType in interface PostOffice

isSetAddressLine

public boolean isSetAddressLine()
Specified by:
isSetAddressLine in interface PostOffice

isSetIndicator

public boolean isSetIndicator()
Specified by:
isSetIndicator in interface PostOffice

isSetPostBox

public boolean isSetPostBox()
Specified by:
isSetPostBox in interface PostOffice

isSetPostOfficeName

public boolean isSetPostOfficeName()
Specified by:
isSetPostOfficeName in interface PostOffice

isSetPostOfficeNumber

public boolean isSetPostOfficeNumber()
Specified by:
isSetPostOfficeNumber in interface PostOffice

isSetPostalCode

public boolean isSetPostalCode()
Specified by:
isSetPostalCode in interface PostOffice

isSetPostalRoute

public boolean isSetPostalRoute()
Specified by:
isSetPostalRoute in interface PostOffice

isSetType

public boolean isSetType()
Specified by:
isSetType in interface PostOffice

setAddressLine

public void setAddressLine(java.util.List<AddressLine> addressLine)
Specified by:
setAddressLine in interface PostOffice

setIndicator

public void setIndicator(java.lang.String indicator)
Specified by:
setIndicator in interface PostOffice

setPostBox

public void setPostBox(PostBox postBox)
Specified by:
setPostBox in interface PostOffice

setPostOfficeName

public void setPostOfficeName(java.util.List<PostOfficeName> postOfficeName)
Specified by:
setPostOfficeName in interface PostOffice

setPostOfficeNumber

public void setPostOfficeNumber(PostOfficeNumber postOfficeNumber)
Specified by:
setPostOfficeNumber in interface PostOffice

setPostalCode

public void setPostalCode(PostalCode postalCode)
Specified by:
setPostalCode in interface PostOffice

setPostalRoute

public void setPostalRoute(PostalRoute postalRoute)
Specified by:
setPostalRoute in interface PostOffice

setType

public void setType(java.lang.String type)
Specified by:
setType in interface PostOffice

unsetAddressLine

public void unsetAddressLine()
Specified by:
unsetAddressLine in interface PostOffice

unsetAddressLine

public boolean unsetAddressLine(AddressLine addressLine)
Specified by:
unsetAddressLine in interface PostOffice

unsetIndicator

public void unsetIndicator()
Specified by:
unsetIndicator in interface PostOffice

unsetPostBox

public void unsetPostBox()
Specified by:
unsetPostBox in interface PostOffice

unsetPostOfficeName

public void unsetPostOfficeName()
Specified by:
unsetPostOfficeName in interface PostOffice

unsetPostOfficeName

public boolean unsetPostOfficeName(PostOfficeName postOfficeName)
Specified by:
unsetPostOfficeName in interface PostOffice

unsetPostOfficeNumber

public void unsetPostOfficeNumber()
Specified by:
unsetPostOfficeNumber in interface PostOffice

unsetPostalCode

public void unsetPostalCode()
Specified by:
unsetPostalCode in interface PostOffice

unsetPostalRoute

public void unsetPostalRoute()
Specified by:
unsetPostalRoute in interface PostOffice

unsetType

public void unsetType()
Specified by:
unsetType in interface PostOffice

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getXALClass

public XALClass getXALClass()
Specified by:
getXALClass in interface XAL

getParent

public ModelObject getParent()
Specified by:
getParent in interface Child

setParent

public void setParent(ModelObject parent)
Specified by:
setParent in interface Child

isSetParent

public boolean isSetParent()
Specified by:
isSetParent in interface Child

unsetParent

public void unsetParent()
Specified by:
unsetParent in interface Child

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable

visit

public void visit(XALVisitor visitor)
Specified by:
visit in interface PostOffice

visit

public <T> T visit(XALFunctor<T> visitor)
Specified by:
visit in interface PostOffice