org.eclipse.stardust.engine.api.ws
Class ModelReconfigurationInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelReconfigurationInfoXto

public class ModelReconfigurationInfoXto
extends Object

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

ModelReconfigurationInfoXto

public ModelReconfigurationInfoXto()
Method Detail

getModelOid

public int getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(int value)
Sets the value of the modelOid property.


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getErrors

public List<InconsistencyXto> getErrors()
Gets the value of the errors property.

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


getWarnings

public List<InconsistencyXto> getWarnings()
Gets the value of the warnings property.

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 © 2017 Eclipse Stardust. All Rights Reserved.