public class XMLFieldData extends Object
Constructor and Description |
---|
XMLFieldData() |
Modifier and Type | Method and Description |
---|---|
XFTFieldWrapper |
getField() |
ArrayList |
getLayers()
Names of nodes which a reader will have to pass through to get the child node.
|
Integer |
getLevels()
number of levels down from the element that the field can be found.
|
String |
getSqlName()
[0]
|
String |
getXmlFieldName(String prefix) |
XMLType |
getXmlType() |
boolean |
isAttribute() |
boolean |
isChildXMLNode() |
boolean |
isExtension() |
boolean |
isMultiple() |
boolean |
isReference() |
boolean |
isRequired() |
void |
setAttribute(boolean b) |
void |
setChildXMLNode(boolean b) |
void |
setExtension(boolean b) |
void |
setField(XFTFieldWrapper wrapper) |
void |
setLayers(ArrayList list)
Names of nodes which a reader will have to pass through to get the child node.
|
void |
setLevels(Integer integer) |
void |
setMultiple(boolean b) |
void |
setReference(boolean b) |
void |
setRequired(boolean b) |
void |
setRequired(String b) |
void |
setSqlName(String string) |
void |
setXmlFieldName(String string) |
void |
setXmlType(XMLType type) |
String |
toString() |
public boolean isAttribute()
public Integer getLevels()
public boolean isMultiple()
public boolean isReference()
public XMLType getXmlType()
public void setAttribute(boolean b)
b
- public void setLevels(Integer integer)
integer
- public void setMultiple(boolean b)
b
- public void setReference(boolean b)
b
- public void setXmlFieldName(String string)
string
- public void setXmlType(XMLType type)
type
- public String getSqlName()
public void setSqlName(String string)
string
- public ArrayList getLayers()
public void setLayers(ArrayList list)
list
- public boolean isChildXMLNode()
public void setChildXMLNode(boolean b)
b
- public boolean isExtension()
public void setExtension(boolean b)
b
- public boolean isRequired()
public void setRequired(boolean b)
b
- public void setRequired(String b)
b
- public XFTFieldWrapper getField()
public void setField(XFTFieldWrapper wrapper)
wrapper
- Copyright © 2015 Neuroinformatics Research Group. All rights reserved.