public class HaleProject extends Object
Java class for HaleProject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HaleProject"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="haleVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dateModified" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="omlPath" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="instanceData" type="{}InstanceData"/> <element name="sourceSchema" type="{}MappedSchema"/> <element name="targetSchema" type="{}MappedSchema"/> <element name="taskStatus" type="{}TaskStatus"/> <element name="styles" type="{}Styles" minOccurs="0"/> <element name="configSchema" type="{}configSection" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ConfigSection> |
configSchema |
protected String |
dateCreated |
protected String |
dateModified |
protected String |
haleVersion |
protected InstanceData |
instanceData |
protected String |
name |
protected String |
omlPath |
protected MappedSchema |
sourceSchema |
protected Styles |
styles |
protected MappedSchema |
targetSchema |
protected TaskStatus |
taskStatus |
Constructor and Description |
---|
HaleProject() |
Modifier and Type | Method and Description |
---|---|
List<ConfigSection> |
getConfigSchema()
Gets the value of the configSchema property.
|
String |
getDateCreated()
Gets the value of the dateCreated property.
|
String |
getDateModified()
Gets the value of the dateModified property.
|
String |
getHaleVersion()
Gets the value of the haleVersion property.
|
InstanceData |
getInstanceData()
Gets the value of the instanceData property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOmlPath()
Gets the value of the omlPath property.
|
MappedSchema |
getSourceSchema()
Gets the value of the sourceSchema property.
|
Styles |
getStyles()
Gets the value of the styles property.
|
MappedSchema |
getTargetSchema()
Gets the value of the targetSchema property.
|
TaskStatus |
getTaskStatus()
Gets the value of the taskStatus property.
|
void |
setDateCreated(String value)
Sets the value of the dateCreated property.
|
void |
setDateModified(String value)
Sets the value of the dateModified property.
|
void |
setHaleVersion(String value)
Sets the value of the haleVersion property.
|
void |
setInstanceData(InstanceData value)
Sets the value of the instanceData property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOmlPath(String value)
Sets the value of the omlPath property.
|
void |
setSourceSchema(MappedSchema value)
Sets the value of the sourceSchema property.
|
void |
setStyles(Styles value)
Sets the value of the styles property.
|
void |
setTargetSchema(MappedSchema value)
Sets the value of the targetSchema property.
|
void |
setTaskStatus(TaskStatus value)
Sets the value of the taskStatus property.
|
protected String name
protected String haleVersion
protected String dateCreated
protected String dateModified
protected String omlPath
protected InstanceData instanceData
protected MappedSchema sourceSchema
protected MappedSchema targetSchema
protected TaskStatus taskStatus
protected Styles styles
protected List<ConfigSection> configSchema
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getHaleVersion()
String
public void setHaleVersion(String value)
value
- allowed object is String
public String getDateCreated()
String
public void setDateCreated(String value)
value
- allowed object is String
public String getDateModified()
String
public void setDateModified(String value)
value
- allowed object is String
public String getOmlPath()
String
public void setOmlPath(String value)
value
- allowed object is String
public InstanceData getInstanceData()
InstanceData
public void setInstanceData(InstanceData value)
value
- allowed object is InstanceData
public MappedSchema getSourceSchema()
MappedSchema
public void setSourceSchema(MappedSchema value)
value
- allowed object is MappedSchema
public MappedSchema getTargetSchema()
MappedSchema
public void setTargetSchema(MappedSchema value)
value
- allowed object is MappedSchema
public TaskStatus getTaskStatus()
TaskStatus
public void setTaskStatus(TaskStatus value)
value
- allowed object is TaskStatus
public Styles getStyles()
Styles
public void setStyles(Styles value)
value
- allowed object is Styles
public List<ConfigSection> getConfigSchema()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
set
method for the configSchema property.
For example, to add a new item, do as follows:
getConfigSchema().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigSection
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a