Constructor and Description |
---|
PremiseName() |
Modifier and Type | Method and 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() |
public java.lang.String getContent()
public java.lang.String getType()
public java.lang.String getTypeOccurrence()
public boolean isSetContent()
public boolean isSetType()
public boolean isSetTypeOccurrence()
public void setContent(java.lang.String content)
public void setType(java.lang.String type)
public void setTypeOccurrence(java.lang.String typeOccurrence)
public void unsetContent()
public void unsetType()
public void unsetTypeOccurrence()
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 accept(XALVisitor visitor)
public <T> T accept(XALFunctor<T> visitor)