public class ElementInfo extends AbstractJavadocedInfo
MCElement.| Constructor and Description |
|---|
ElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUsedBy(ChildElementDeclarationInfo cedi) |
boolean |
equals(Object obj) |
List<AttributeInfo> |
getAis() |
MCElement |
getAnnotation() |
List<ChildElementInfo> |
getCeis() |
String |
getClassName(Model m) |
TypeElement |
getElement() |
String |
getId() |
MainInfo |
getMain(Model m) |
OtherAttributesInfo |
getOai() |
String |
getParserClassSimpleName() |
TextContentInfo |
getTci() |
List<ChildElementDeclarationInfo> |
getUsedBy() |
String |
getXSDTypeName(Model m) |
int |
hashCode() |
boolean |
isHasIdField() |
void |
setAis(List<AttributeInfo> ais) |
void |
setAnnotation(MCElement annotation) |
void |
setCeis(List<ChildElementInfo> ceis) |
void |
setElement(TypeElement element) |
void |
setHasIdField(boolean hasIdField) |
void |
setOai(OtherAttributesInfo oai) |
void |
setTci(TextContentInfo tci) |
getDoc, getDocedE, setDocedEpublic TypeElement getElement()
public void setElement(TypeElement element)
public TextContentInfo getTci()
public void setTci(TextContentInfo tci)
public List<AttributeInfo> getAis()
public void setAis(List<AttributeInfo> ais)
public boolean isHasIdField()
public void setHasIdField(boolean hasIdField)
public List<ChildElementInfo> getCeis()
public void setCeis(List<ChildElementInfo> ceis)
public String getParserClassSimpleName()
public MCElement getAnnotation()
public void setAnnotation(MCElement annotation)
public void addUsedBy(ChildElementDeclarationInfo cedi)
public List<ChildElementDeclarationInfo> getUsedBy()
public String getId()
public void setOai(OtherAttributesInfo oai)
public OtherAttributesInfo getOai()
Copyright © 2021. All Rights Reserved.