Constructor and Description |
---|
AddressIdentifier() |
Modifier and Type | Method and Description |
---|---|
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() |
ModelType |
getModelType() |
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() |
<T> T |
visit(XALFunctor<T> visitor) |
void |
visit(XALVisitor visitor) |
public java.lang.String getContent()
public java.lang.String getIdentifierType()
public java.lang.String getType()
public boolean isSetContent()
public boolean isSetIdentifierType()
public boolean isSetType()
public void setContent(java.lang.String content)
public void setIdentifierType(java.lang.String identifierType)
public void setType(java.lang.String type)
public void unsetContent()
public void unsetIdentifierType()
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)