Constructor and Description |
---|
DependentLocalityNumber() |
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() |
ModelType |
getModelType() |
java.lang.String |
getNameNumberOccurrence() |
ModelObject |
getParent() |
XALClass |
getXALClass() |
boolean |
isSetCode() |
boolean |
isSetContent() |
boolean |
isSetNameNumberOccurrence() |
boolean |
isSetParent() |
void |
setCode(java.lang.String code) |
void |
setContent(java.lang.String content) |
void |
setNameNumberOccurrence(java.lang.String nameNumberOccurrence) |
void |
setParent(ModelObject parent) |
void |
unsetCode() |
void |
unsetContent() |
void |
unsetNameNumberOccurrence() |
void |
unsetParent() |
<T> T |
visit(XALFunctor<T> visitor) |
void |
visit(XALVisitor visitor) |
public java.lang.String getContent()
public java.lang.String getNameNumberOccurrence()
public boolean isSetContent()
public boolean isSetNameNumberOccurrence()
public void setContent(java.lang.String content)
public void setNameNumberOccurrence(java.lang.String nameNumberOccurrence)
public void unsetContent()
public void unsetNameNumberOccurrence()
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)