org.citygml4j.impl.xal
Class DependentThoroughfareImpl

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

public class DependentThoroughfareImpl
extends java.lang.Object
implements DependentThoroughfare


Constructor Summary
DependentThoroughfareImpl()
           
 
Method Summary
 void addAddressLine(AddressLine addressLine)
           
 void addThoroughfareName(ThoroughfareName thoroughfareName)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.util.List<AddressLine> getAddressLine()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 ThoroughfareLeadingType getThoroughfareLeadingType()
           
 java.util.List<ThoroughfareName> getThoroughfareName()
           
 ThoroughfarePostDirection getThoroughfarePostDirection()
           
 ThoroughfarePreDirection getThoroughfarePreDirection()
           
 ThoroughfareTrailingType getThoroughfareTrailingType()
           
 java.lang.String getType()
           
 XALClass getXALClass()
           
 boolean isSetAddressLine()
           
 boolean isSetParent()
           
 boolean isSetThoroughfareLeadingType()
           
 boolean isSetThoroughfareName()
           
 boolean isSetThoroughfarePostDirection()
           
 boolean isSetThoroughfarePreDirection()
           
 boolean isSetThoroughfareTrailingType()
           
 boolean isSetType()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void setParent(ModelObject parent)
           
 void setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
           
 void setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
           
 void setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
           
 void setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
           
 void setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
           
 void setType(java.lang.String type)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetParent()
           
 void unsetThoroughfareLeadingType()
           
 void unsetThoroughfareName()
           
 boolean unsetThoroughfareName(ThoroughfareName thoroughfareName)
           
 void unsetThoroughfarePostDirection()
           
 void unsetThoroughfarePreDirection()
           
 void unsetThoroughfareTrailingType()
           
 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

DependentThoroughfareImpl

public DependentThoroughfareImpl()
Method Detail

addAddressLine

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

addThoroughfareName

public void addThoroughfareName(ThoroughfareName thoroughfareName)
Specified by:
addThoroughfareName in interface DependentThoroughfare

getAddressLine

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

getThoroughfareLeadingType

public ThoroughfareLeadingType getThoroughfareLeadingType()
Specified by:
getThoroughfareLeadingType in interface DependentThoroughfare

getThoroughfareName

public java.util.List<ThoroughfareName> getThoroughfareName()
Specified by:
getThoroughfareName in interface DependentThoroughfare

getThoroughfarePostDirection

public ThoroughfarePostDirection getThoroughfarePostDirection()
Specified by:
getThoroughfarePostDirection in interface DependentThoroughfare

getThoroughfarePreDirection

public ThoroughfarePreDirection getThoroughfarePreDirection()
Specified by:
getThoroughfarePreDirection in interface DependentThoroughfare

getThoroughfareTrailingType

public ThoroughfareTrailingType getThoroughfareTrailingType()
Specified by:
getThoroughfareTrailingType in interface DependentThoroughfare

getType

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

isSetAddressLine

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

isSetThoroughfareLeadingType

public boolean isSetThoroughfareLeadingType()
Specified by:
isSetThoroughfareLeadingType in interface DependentThoroughfare

isSetThoroughfareName

public boolean isSetThoroughfareName()
Specified by:
isSetThoroughfareName in interface DependentThoroughfare

isSetThoroughfarePostDirection

public boolean isSetThoroughfarePostDirection()
Specified by:
isSetThoroughfarePostDirection in interface DependentThoroughfare

isSetThoroughfarePreDirection

public boolean isSetThoroughfarePreDirection()
Specified by:
isSetThoroughfarePreDirection in interface DependentThoroughfare

isSetThoroughfareTrailingType

public boolean isSetThoroughfareTrailingType()
Specified by:
isSetThoroughfareTrailingType in interface DependentThoroughfare

isSetType

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

setAddressLine

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

setThoroughfareLeadingType

public void setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
Specified by:
setThoroughfareLeadingType in interface DependentThoroughfare

setThoroughfareName

public void setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
Specified by:
setThoroughfareName in interface DependentThoroughfare

setThoroughfarePostDirection

public void setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
Specified by:
setThoroughfarePostDirection in interface DependentThoroughfare

setThoroughfarePreDirection

public void setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
Specified by:
setThoroughfarePreDirection in interface DependentThoroughfare

setThoroughfareTrailingType

public void setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
Specified by:
setThoroughfareTrailingType in interface DependentThoroughfare

setType

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

unsetAddressLine

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

unsetAddressLine

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

unsetThoroughfareLeadingType

public void unsetThoroughfareLeadingType()
Specified by:
unsetThoroughfareLeadingType in interface DependentThoroughfare

unsetThoroughfareName

public void unsetThoroughfareName()
Specified by:
unsetThoroughfareName in interface DependentThoroughfare

unsetThoroughfareName

public boolean unsetThoroughfareName(ThoroughfareName thoroughfareName)
Specified by:
unsetThoroughfareName in interface DependentThoroughfare

unsetThoroughfarePostDirection

public void unsetThoroughfarePostDirection()
Specified by:
unsetThoroughfarePostDirection in interface DependentThoroughfare

unsetThoroughfarePreDirection

public void unsetThoroughfarePreDirection()
Specified by:
unsetThoroughfarePreDirection in interface DependentThoroughfare

unsetThoroughfareTrailingType

public void unsetThoroughfareTrailingType()
Specified by:
unsetThoroughfareTrailingType in interface DependentThoroughfare

unsetType

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

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 DependentThoroughfare

visit

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