|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelReconfigurationInfoXto
public class ModelReconfigurationInfoXto
The ModelReconfigurationInfo class is used to receive information about a model reconfiguration operation. Model reconfiguration operations are all operations which modifies the models in audit trail, their attributes or behavior, e.g. model deployment, configuration variable modification.
Java class for ModelReconfigurationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelReconfigurationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="errors" type="{http://eclipse.org/stardust/ws/v2012a/api}Inconsistency" maxOccurs="unbounded" minOccurs="0"/>
<element name="warnings" type="{http://eclipse.org/stardust/ws/v2012a/api}Inconsistency" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ModelReconfigurationInfoXto()
|
|
| Method Summary | |
|---|---|
List<InconsistencyXto> |
getErrors()
Gets the value of the errors property. |
String |
getId()
Gets the value of the id property. |
int |
getModelOid()
Gets the value of the modelOid property. |
List<InconsistencyXto> |
getWarnings()
Gets the value of the warnings property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setModelOid(int value)
Sets the value of the modelOid property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelReconfigurationInfoXto()
| Method Detail |
|---|
public int getModelOid()
public void setModelOid(int value)
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic List<InconsistencyXto> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
InconsistencyXto
public List<InconsistencyXto> getWarnings()
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 warnings property.
For example, to add a new item, do as follows:
getWarnings().add(newItem);
Objects of the following type(s) are allowed in the list
InconsistencyXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||