Constructor and Description |
---|
DependentThoroughfare() |
public void addAddressLine(AddressLine addressLine)
public void addThoroughfareName(ThoroughfareName thoroughfareName)
public java.util.List<AddressLine> getAddressLine()
public ThoroughfareLeadingType getThoroughfareLeadingType()
public java.util.List<ThoroughfareName> getThoroughfareName()
public ThoroughfarePostDirection getThoroughfarePostDirection()
public ThoroughfarePreDirection getThoroughfarePreDirection()
public ThoroughfareTrailingType getThoroughfareTrailingType()
public java.lang.String getType()
public boolean isSetAddressLine()
public boolean isSetThoroughfareLeadingType()
public boolean isSetThoroughfareName()
public boolean isSetThoroughfarePostDirection()
public boolean isSetThoroughfarePreDirection()
public boolean isSetThoroughfareTrailingType()
public boolean isSetType()
public void setAddressLine(java.util.List<AddressLine> addressLine)
public void setThoroughfareLeadingType(ThoroughfareLeadingType thoroughfareLeadingType)
public void setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
public void setThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
public void setThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
public void setThoroughfareTrailingType(ThoroughfareTrailingType thoroughfareTrailingType)
public void setType(java.lang.String type)
public void unsetAddressLine()
public boolean unsetAddressLine(AddressLine addressLine)
public void unsetThoroughfareLeadingType()
public void unsetThoroughfareName()
public boolean unsetThoroughfareName(ThoroughfareName thoroughfareName)
public void unsetThoroughfarePostDirection()
public void unsetThoroughfarePreDirection()
public void unsetThoroughfareTrailingType()
public void unsetType()
public ModelType getModelType()
getModelType
in interface ModelObject
public XALClass getXALClass()
getXALClass
in interface XAL
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public void visit(XALVisitor visitor)
public <T> T visit(XALFunctor<T> visitor)