org.citygml4j.impl.xal
Class DepartmentImpl

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

public class DepartmentImpl
extends java.lang.Object
implements Department


Constructor Summary
DepartmentImpl()
           
 
Method Summary
 void addAddressLine(AddressLine addressLine)
           
 void addDepartmentName(DepartmentName departmentName)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.util.List<AddressLine> getAddressLine()
           
 java.util.List<DepartmentName> getDepartmentName()
           
 MailStop getMailStop()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 PostalCode getPostalCode()
           
 java.lang.String getType()
           
 XALClass getXALClass()
           
 boolean isSetAddressLine()
           
 boolean isSetDepartmentName()
           
 boolean isSetMailStop()
           
 boolean isSetParent()
           
 boolean isSetPostalCode()
           
 boolean isSetType()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void setDepartmentName(java.util.List<DepartmentName> departmentName)
           
 void setMailStop(MailStop mailStop)
           
 void setParent(ModelObject parent)
           
 void setPostalCode(PostalCode postalCode)
           
 void setType(java.lang.String type)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetDepartmentName()
           
 boolean unsetDepartmentName(DepartmentName departmentName)
           
 void unsetMailStop()
           
 void unsetParent()
           
 void unsetPostalCode()
           
 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

DepartmentImpl

public DepartmentImpl()
Method Detail

addAddressLine

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

addDepartmentName

public void addDepartmentName(DepartmentName departmentName)
Specified by:
addDepartmentName in interface Department

getAddressLine

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

getDepartmentName

public java.util.List<DepartmentName> getDepartmentName()
Specified by:
getDepartmentName in interface Department

getMailStop

public MailStop getMailStop()
Specified by:
getMailStop in interface Department

getPostalCode

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

getType

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

isSetAddressLine

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

isSetDepartmentName

public boolean isSetDepartmentName()
Specified by:
isSetDepartmentName in interface Department

isSetMailStop

public boolean isSetMailStop()
Specified by:
isSetMailStop in interface Department

isSetPostalCode

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

isSetType

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

setAddressLine

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

setDepartmentName

public void setDepartmentName(java.util.List<DepartmentName> departmentName)
Specified by:
setDepartmentName in interface Department

setMailStop

public void setMailStop(MailStop mailStop)
Specified by:
setMailStop in interface Department

setPostalCode

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

setType

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

unsetAddressLine

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

unsetAddressLine

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

unsetDepartmentName

public void unsetDepartmentName()
Specified by:
unsetDepartmentName in interface Department

unsetDepartmentName

public boolean unsetDepartmentName(DepartmentName departmentName)
Specified by:
unsetDepartmentName in interface Department

unsetMailStop

public void unsetMailStop()
Specified by:
unsetMailStop in interface Department

unsetPostalCode

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

unsetType

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

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 Department

visit

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