Package org.citygml4j.model.xal
Class PremiseName
- java.lang.Object
-
- org.citygml4j.model.xal.PremiseName
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GrPostal
,XAL
public class PremiseName extends java.lang.Object implements XAL, GrPostal, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PremiseName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(XALFunctor<T> visitor)
void
accept(XALVisitor visitor)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.String
getCode()
java.lang.String
getContent()
ModelObject
getParent()
java.lang.String
getType()
java.lang.String
getTypeOccurrence()
XALClass
getXALClass()
boolean
isSetCode()
boolean
isSetContent()
boolean
isSetParent()
boolean
isSetType()
boolean
isSetTypeOccurrence()
void
setCode(java.lang.String code)
void
setContent(java.lang.String content)
void
setParent(ModelObject parent)
void
setType(java.lang.String type)
void
setTypeOccurrence(java.lang.String typeOccurrence)
void
unsetCode()
void
unsetContent()
void
unsetParent()
void
unsetType()
void
unsetTypeOccurrence()
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
-
getType
public java.lang.String getType()
-
getTypeOccurrence
public java.lang.String getTypeOccurrence()
-
isSetContent
public boolean isSetContent()
-
isSetType
public boolean isSetType()
-
isSetTypeOccurrence
public boolean isSetTypeOccurrence()
-
setContent
public void setContent(java.lang.String content)
-
setType
public void setType(java.lang.String type)
-
setTypeOccurrence
public void setTypeOccurrence(java.lang.String typeOccurrence)
-
unsetContent
public void unsetContent()
-
unsetType
public void unsetType()
-
unsetTypeOccurrence
public void unsetTypeOccurrence()
-
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interfaceXAL
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
accept
public void accept(XALVisitor visitor)
-
accept
public <T> T accept(XALFunctor<T> visitor)
-
-