org.citygml4j.model.xal
Class Department

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

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


Constructor Summary
Department()
           
 
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

Department

public Department()
Method Detail

addAddressLine

public void addAddressLine(AddressLine addressLine)

addDepartmentName

public void addDepartmentName(DepartmentName departmentName)

getAddressLine

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

getDepartmentName

public java.util.List<DepartmentName> getDepartmentName()

getMailStop

public MailStop getMailStop()

getPostalCode

public PostalCode getPostalCode()

getType

public java.lang.String getType()

isSetAddressLine

public boolean isSetAddressLine()

isSetDepartmentName

public boolean isSetDepartmentName()

isSetMailStop

public boolean isSetMailStop()

isSetPostalCode

public boolean isSetPostalCode()

isSetType

public boolean isSetType()

setAddressLine

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

setDepartmentName

public void setDepartmentName(java.util.List<DepartmentName> departmentName)

setMailStop

public void setMailStop(MailStop mailStop)

setPostalCode

public void setPostalCode(PostalCode postalCode)

setType

public void setType(java.lang.String type)

unsetAddressLine

public void unsetAddressLine()

unsetAddressLine

public boolean unsetAddressLine(AddressLine addressLine)

unsetDepartmentName

public void unsetDepartmentName()

unsetDepartmentName

public boolean unsetDepartmentName(DepartmentName departmentName)

unsetMailStop

public void unsetMailStop()

unsetPostalCode

public void unsetPostalCode()

unsetType

public void unsetType()

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)