public class ModelReconfigurationInfoXto extends Object
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 and Description |
|---|
ModelReconfigurationInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getModelOid()
public void setModelOid(int value)
public 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
Copyright © 2016 Eclipse Stardust. All Rights Reserved.