org.citygml4j.model.xal
Interface DependentThoroughfare
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- DependentThoroughfareImpl
public interface DependentThoroughfare
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getThoroughfarePreDirection
ThoroughfarePreDirection getThoroughfarePreDirection()
getThoroughfareLeadingType
ThoroughfareLeadingType getThoroughfareLeadingType()
getThoroughfareName
java.util.List<ThoroughfareName> getThoroughfareName()
getThoroughfareTrailingType
ThoroughfareTrailingType getThoroughfareTrailingType()
getThoroughfarePostDirection
ThoroughfarePostDirection getThoroughfarePostDirection()
getType
java.lang.String getType()
isSetAddressLine
boolean isSetAddressLine()
isSetThoroughfarePreDirection
boolean isSetThoroughfarePreDirection()
isSetThoroughfareLeadingType
boolean isSetThoroughfareLeadingType()
isSetThoroughfareName
boolean isSetThoroughfareName()
isSetThoroughfareTrailingType
boolean isSetThoroughfareTrailingType()
isSetThoroughfarePostDirection
boolean isSetThoroughfarePostDirection()
isSetType
boolean isSetType()
addAddressLine
void addAddressLine(AddressLine addressLine)
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
setThoroughfarePreDirection
void setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
setThoroughfareLeadingType
void setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
addThoroughfareName
void addThoroughfareName(ThoroughfareName thoroughfareName)
setThoroughfareName
void setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
setThoroughfareTrailingType
void setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
setThoroughfarePostDirection
void setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
setType
void setType(java.lang.String type)
unsetAddressLine
void unsetAddressLine()
unsetAddressLine
boolean unsetAddressLine(AddressLine addressLine)
unsetThoroughfarePreDirection
void unsetThoroughfarePreDirection()
unsetThoroughfareLeadingType
void unsetThoroughfareLeadingType()
unsetThoroughfareName
void unsetThoroughfareName()
unsetThoroughfareName
boolean unsetThoroughfareName(ThoroughfareName thoroughfareName)
unsetThoroughfareTrailingType
void unsetThoroughfareTrailingType()
unsetThoroughfarePostDirection
void unsetThoroughfarePostDirection()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)