Package org.citygml4j.model.xal
Class AddressIdentifier
- java.lang.Object
-
- org.citygml4j.model.xal.AddressIdentifier
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GrPostal
,XAL
public class AddressIdentifier extends java.lang.Object implements XAL, GrPostal, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressIdentifier()
-
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()
java.lang.String
getIdentifierType()
ModelObject
getParent()
java.lang.String
getType()
XALClass
getXALClass()
boolean
isSetCode()
boolean
isSetContent()
boolean
isSetIdentifierType()
boolean
isSetParent()
boolean
isSetType()
void
setCode(java.lang.String code)
void
setContent(java.lang.String content)
void
setIdentifierType(java.lang.String identifierType)
void
setParent(ModelObject parent)
void
setType(java.lang.String type)
void
unsetCode()
void
unsetContent()
void
unsetIdentifierType()
void
unsetParent()
void
unsetType()
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
-
getIdentifierType
public java.lang.String getIdentifierType()
-
getType
public java.lang.String getType()
-
isSetContent
public boolean isSetContent()
-
isSetIdentifierType
public boolean isSetIdentifierType()
-
isSetType
public boolean isSetType()
-
setContent
public void setContent(java.lang.String content)
-
setIdentifierType
public void setIdentifierType(java.lang.String identifierType)
-
setType
public void setType(java.lang.String type)
-
unsetContent
public void unsetContent()
-
unsetIdentifierType
public void unsetIdentifierType()
-
unsetType
public void unsetType()
-
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)
-
-