org.citygml4j.model.xal
Class Locality

java.lang.Object
  extended by org.citygml4j.model.xal.Locality
All Implemented Interfaces:
ModelObject, Child, Copyable, XAL

public class Locality
extends java.lang.Object
implements XAL, Child, Copyable


Constructor Summary
Locality()
           
 
Method Summary
 void addAddressLine(AddressLine addressLine)
           
 void addLocalityName(LocalityName localityName)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.util.List<AddressLine> getAddressLine()
           
 DependentLocality getDependentLocality()
           
 java.lang.String getIndicator()
           
 LargeMailUser getLargeMailUser()
           
 java.util.List<LocalityName> getLocalityName()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 PostalCode getPostalCode()
           
 PostalRoute getPostalRoute()
           
 PostBox getPostBox()
           
 PostOffice getPostOffice()
           
 Premise getPremise()
           
 Thoroughfare getThoroughfare()
           
 java.lang.String getType()
           
 java.lang.String getUsageType()
           
 XALClass getXALClass()
           
 boolean isSetAddressLine()
           
 boolean isSetDependentLocality()
           
 boolean isSetIndicator()
           
 boolean isSetLargeMailUser()
           
 boolean isSetLocalityName()
           
 boolean isSetParent()
           
 boolean isSetPostalCode()
           
 boolean isSetPostalRoute()
           
 boolean isSetPostBox()
           
 boolean isSetPostOffice()
           
 boolean isSetPremise()
           
 boolean isSetThoroughfare()
           
 boolean isSetType()
           
 boolean isSetUsageType()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void setDependentLocality(DependentLocality dependentLocality)
           
 void setIndicator(java.lang.String indicator)
           
 void setLargeMailUser(LargeMailUser largeMailUser)
           
 void setLocalityName(java.util.List<LocalityName> localityName)
           
 void setParent(ModelObject parent)
           
 void setPostalCode(PostalCode postalCode)
           
 void setPostalRoute(PostalRoute postalRoute)
           
 void setPostBox(PostBox postBox)
           
 void setPostOffice(PostOffice postOffice)
           
 void setPremise(Premise premise)
           
 void setThoroughfare(Thoroughfare thoroughfare)
           
 void setType(java.lang.String type)
           
 void setUsageType(java.lang.String usageType)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetDependentLocality()
           
 void unsetIndicator()
           
 void unsetLargeMailUser()
           
 void unsetLocalityName()
           
 boolean unsetLocalityName(LocalityName localityName)
           
 void unsetParent()
           
 void unsetPostalCode()
           
 void unsetPostalRoute()
           
 void unsetPostBox()
           
 void unsetPostOffice()
           
 void unsetPremise()
           
 void unsetThoroughfare()
           
 void unsetType()
           
 void unsetUsageType()
           
<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

Locality

public Locality()
Method Detail

addAddressLine

public void addAddressLine(AddressLine addressLine)

addLocalityName

public void addLocalityName(LocalityName localityName)

getAddressLine

public java.util.List<AddressLine> getAddressLine()

getDependentLocality

public DependentLocality getDependentLocality()

getIndicator

public java.lang.String getIndicator()

getLargeMailUser

public LargeMailUser getLargeMailUser()

getLocalityName

public java.util.List<LocalityName> getLocalityName()

getPostBox

public PostBox getPostBox()

getPostOffice

public PostOffice getPostOffice()

getPostalCode

public PostalCode getPostalCode()

getPostalRoute

public PostalRoute getPostalRoute()

getPremise

public Premise getPremise()

getThoroughfare

public Thoroughfare getThoroughfare()

getType

public java.lang.String getType()

getUsageType

public java.lang.String getUsageType()

isSetAddressLine

public boolean isSetAddressLine()

isSetDependentLocality

public boolean isSetDependentLocality()

isSetIndicator

public boolean isSetIndicator()

isSetLargeMailUser

public boolean isSetLargeMailUser()

isSetLocalityName

public boolean isSetLocalityName()

isSetPostBox

public boolean isSetPostBox()

isSetPostOffice

public boolean isSetPostOffice()

isSetPostalCode

public boolean isSetPostalCode()

isSetPostalRoute

public boolean isSetPostalRoute()

isSetPremise

public boolean isSetPremise()

isSetThoroughfare

public boolean isSetThoroughfare()

isSetType

public boolean isSetType()

isSetUsageType

public boolean isSetUsageType()

setAddressLine

public void setAddressLine(java.util.List<AddressLine> addressLine)

setDependentLocality

public void setDependentLocality(DependentLocality dependentLocality)

setIndicator

public void setIndicator(java.lang.String indicator)

setLargeMailUser

public void setLargeMailUser(LargeMailUser largeMailUser)

setLocalityName

public void setLocalityName(java.util.List<LocalityName> localityName)

setPostBox

public void setPostBox(PostBox postBox)

setPostOffice

public void setPostOffice(PostOffice postOffice)

setPostalCode

public void setPostalCode(PostalCode postalCode)

setPostalRoute

public void setPostalRoute(PostalRoute postalRoute)

setPremise

public void setPremise(Premise premise)

setThoroughfare

public void setThoroughfare(Thoroughfare thoroughfare)

setType

public void setType(java.lang.String type)

setUsageType

public void setUsageType(java.lang.String usageType)

unsetAddressLine

public void unsetAddressLine()

unsetAddressLine

public boolean unsetAddressLine(AddressLine addressLine)

unsetDependentLocality

public void unsetDependentLocality()

unsetIndicator

public void unsetIndicator()

unsetLargeMailUser

public void unsetLargeMailUser()

unsetLocalityName

public void unsetLocalityName()

unsetLocalityName

public boolean unsetLocalityName(LocalityName localityName)

unsetPostBox

public void unsetPostBox()

unsetPostOffice

public void unsetPostOffice()

unsetPostalCode

public void unsetPostalCode()

unsetPostalRoute

public void unsetPostalRoute()

unsetPremise

public void unsetPremise()

unsetThoroughfare

public void unsetThoroughfare()

unsetType

public void unsetType()

unsetUsageType

public void unsetUsageType()

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)

visit

public <T> T visit(XALFunctor<T> visitor)