Class ChainEngineConfigLine

java.lang.Object
com.onenetwork.platform.common.Model
com.onenetwork.platform.common.ChainEngineConfigLine
All Implemented Interfaces:
com.onenetwork.platform.common.impl.Child<ChainEngineConfig>, Model, java.io.Serializable

public class ChainEngineConfigLine
extends com.onenetwork.platform.common.Model
implements java.io.Serializable, com.onenetwork.platform.common.impl.Child<ChainEngineConfig>
Specifies order of engine runs for engine chaining. Configuration line detail information.

Java class for ChainEngineConfigLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ChainEngineConfigLine">
   <complexContent>
     <extension base="{http://www.onenetwork.com/Platform}Model">
       <sequence>
         <element name="InputRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Error" type="{http://www.onenetwork.com/Platform}Error" minOccurs="0"/>
         <element name="LevelModifiedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ModulePrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="EngineName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConfigName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConfigParams" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EngineRunOrder" type="{http://www.onenetwork.com/Platform}NullableInteger"/>
         <element name="EngineConfigDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Udfs" type="{http://www.onenetwork.com/Platform}NameValuePairList" minOccurs="0"/>
         <element name="Issue" type="{http://www.onenetwork.com/Platform}Issue" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.onenetwork.com/Platform}MDFs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.onenetwork.com/Platform}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.List<AttributeValue> attributes  
    protected java.lang.String configName  
    protected java.lang.String configParams  
    protected java.lang.String engineConfigDisplayName  
    protected java.lang.String engineName  
    protected java.lang.Integer engineRunOrder  
    protected StatusMessage error  
    protected java.lang.String inputRefId  
    protected java.util.List<Issue> issues  
    protected java.util.Calendar levelModifiedDate  
    protected java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> mdFsList  
    static com.onenetwork.platform.data.model.impl.ModelLevelType MODEL_LEVEL_TYPE
    Constant reference to the ModelLevelType for this JAXB.
    static com.onenetwork.platform.data.model.impl.ModelType MODEL_TYPE
    Constant reference to the ModelType for this JAXB.
    protected java.lang.String modulePrefix  
    protected ChainEngineConfig parent
    Reference to the parent ChainEngineConfig
    static java.lang.String STANDARD_MODEL_NAME
    Constant reference to the standard model name for this JAXB.
    protected com.onenetwork.platform.common.NameValuePairList udfs  

    Fields inherited from class com.onenetwork.platform.common.Model

    keyCoordinationEnabled
  • Constructor Summary

    Constructors 
    Constructor Description
    ChainEngineConfigLine()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)
    A Model object is considered "equal" to another Model object if it is a Model of the same type and its Natural Key fields are identical.
    java.util.List<AttributeValue> getAttributes()
    Gets the value of the attributes property.
    java.lang.String getConfigName()
    Gets the value of the configName property.
    java.lang.String getConfigParams()
    Gets the value of the configParams property.
    java.lang.String getEngineConfigDisplayName()
    Gets the value of the engineConfigDisplayName property.
    java.lang.String getEngineName()
    Gets the value of the engineName property.
    int getEngineRunOrder()  
    StatusMessage getError()
    Gets the value of the error property.
    java.lang.String getInputRefId()
    Gets the value of the inputRefId property.
    java.util.List<Issue> getIssues()
    Gets the value of the issues property.
    java.util.Calendar getLevelModifiedDate()
    Gets the value of the levelModifiedDate property.
    java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> getMDFsList()
    Gets the value of the mdFsList property.
    com.onenetwork.platform.data.model.impl.ModelLevelType getModelLevelType()
    methods to get ModelLevelType for this JAXB.
    com.onenetwork.platform.data.model.impl.ModelType getModelType()
    methods to get ModelType for this JAXB.
    java.lang.String getModulePrefix()
    Gets the value of the modulePrefix property.
    ChainEngineConfig getParent()
    Returns the parent ChainEngineConfig.
    java.lang.String getStandardModelName()
    method to get standard model name for this JAXB.
    com.onenetwork.platform.common.NameValuePairList getUdfs()
    Gets the value of the udfs property.
    int hashCode()  
    protected java.lang.String internalToString()  
    boolean isSetAttributes()  
    boolean isSetConfigName()  
    boolean isSetConfigParams()  
    boolean isSetEngineConfigDisplayName()  
    boolean isSetEngineName()  
    boolean isSetEngineRunOrder()  
    boolean isSetError()  
    boolean isSetInputRefId()  
    boolean isSetIssues()  
    boolean isSetLevelModifiedDate()  
    boolean isSetMDFsList()  
    boolean isSetModulePrefix()  
    boolean isSetUdfs()  
    com.onenetwork.platform.common.Issue issueOff​(java.lang.String issueName)
    Utility method to create an issue and set it on JAXB
    com.onenetwork.platform.common.Issue issueOn​(java.lang.String issueName, IssueSeverity issueSeverity)
    Utility method to create an issue and set it on JAXB
    void setConfigName​(java.lang.String value)
    Sets the value of the configName property.
    void setConfigParams​(java.lang.String value)
    Sets the value of the configParams property.
    void setEngineConfigDisplayName​(java.lang.String value)
    Sets the value of the engineConfigDisplayName property.
    void setEngineName​(java.lang.String value)
    Sets the value of the engineName property.
    void setEngineRunOrder​(int value)
    Sets the value of the engineRunOrder property.
    void setError​(StatusMessage value)
    Sets the value of the error property.
    void setInputRefId​(java.lang.String value)
    Sets the value of the inputRefId property.
    void setLevelModifiedDate​(java.util.Calendar value)
    Sets the value of the levelModifiedDate property.
    void setModulePrefix​(java.lang.String value)
    Sets the value of the modulePrefix property.
    void setParent​(ChainEngineConfig parent)
    Sets the parent ChainEngineConfig.
    void setUdfs​(com.onenetwork.platform.common.NameValuePairList value)
    Sets the value of the udfs property.
    java.lang.String toStrContrib()
    Not intended for use by Clients
    void unsetAttributes()  
    void unsetEngineRunOrder()  
    void unsetIssues()  
    void unsetMDFsList()  

    Methods inherited from class com.onenetwork.platform.common.Model

    addWarning, copyTransientFields, diff, enableKeyCoordination, fromJSONObject, getActionName, getAttribute, getAttributeValue, getLastModifiedDate, getLastModifiedUser, getMDF, getMDFs, getMDFs, getRider, getRider, getRiders, getSysId, getTransientField, getTransientFields, getUdf, getUdfNames, getUdfs, getWarnings, setActionName, setAttribute, setError, setLastModifiedDate, setLastModifiedUser, setMDF, setSysId, setTransientField, setUdf, toJSONObject, toJSONObject, toJSONObjectExternal, toJSONObjectFullySerialized, toString, toXML

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • inputRefId

      protected java.lang.String inputRefId
    • error

      protected StatusMessage error
    • levelModifiedDate

      protected java.util.Calendar levelModifiedDate
    • modulePrefix

      protected java.lang.String modulePrefix
    • engineName

      protected java.lang.String engineName
    • configName

      protected java.lang.String configName
    • configParams

      protected java.lang.String configParams
    • engineRunOrder

      protected java.lang.Integer engineRunOrder
    • engineConfigDisplayName

      protected java.lang.String engineConfigDisplayName
    • udfs

      protected com.onenetwork.platform.common.NameValuePairList udfs
    • issues

      protected java.util.List<Issue> issues
    • mdFsList

      protected java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> mdFsList
    • attributes

      protected java.util.List<AttributeValue> attributes
    • parent

      protected ChainEngineConfig parent
      Reference to the parent ChainEngineConfig
    • MODEL_TYPE

      public static final com.onenetwork.platform.data.model.impl.ModelType MODEL_TYPE
      Constant reference to the ModelType for this JAXB.
    • MODEL_LEVEL_TYPE

      public static final com.onenetwork.platform.data.model.impl.ModelLevelType MODEL_LEVEL_TYPE
      Constant reference to the ModelLevelType for this JAXB.
    • STANDARD_MODEL_NAME

      public static final java.lang.String STANDARD_MODEL_NAME
      Constant reference to the standard model name for this JAXB.
  • Constructor Details

  • Method Details

    • getInputRefId

      public java.lang.String getInputRefId()
      Gets the value of the inputRefId property.
      Returns:
      possible object is String
    • setInputRefId

      public void setInputRefId​(java.lang.String value)
      Sets the value of the inputRefId property.
      Parameters:
      value - allowed object is String
    • isSetInputRefId

      public boolean isSetInputRefId()
    • getError

      public StatusMessage getError()
      Gets the value of the error property.
      Specified by:
      getError in interface Model
      Overrides:
      getError in class com.onenetwork.platform.common.Model
      Returns:
      possible object is ErrorDef
    • setError

      public void setError​(StatusMessage value)
      Sets the value of the error property.
      Specified by:
      setError in interface Model
      Overrides:
      setError in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is ErrorDef
    • isSetError

      public boolean isSetError()
    • getLevelModifiedDate

      public java.util.Calendar getLevelModifiedDate()
      Gets the value of the levelModifiedDate property.
      Returns:
      possible object is String
    • setLevelModifiedDate

      public void setLevelModifiedDate​(java.util.Calendar value)
      Sets the value of the levelModifiedDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelModifiedDate

      public boolean isSetLevelModifiedDate()
    • getModulePrefix

      public java.lang.String getModulePrefix()
      Gets the value of the modulePrefix property.
      Returns:
      possible object is String
    • setModulePrefix

      public void setModulePrefix​(java.lang.String value)
      Sets the value of the modulePrefix property.
      Parameters:
      value - allowed object is String
    • isSetModulePrefix

      public boolean isSetModulePrefix()
    • getEngineName

      public java.lang.String getEngineName()
      Gets the value of the engineName property.
      Returns:
      possible object is String
    • setEngineName

      public void setEngineName​(java.lang.String value)
      Sets the value of the engineName property.
      Parameters:
      value - allowed object is String
    • isSetEngineName

      public boolean isSetEngineName()
    • getConfigName

      public java.lang.String getConfigName()
      Gets the value of the configName property.
      Returns:
      possible object is String
    • setConfigName

      public void setConfigName​(java.lang.String value)
      Sets the value of the configName property.
      Parameters:
      value - allowed object is String
    • isSetConfigName

      public boolean isSetConfigName()
    • getConfigParams

      public java.lang.String getConfigParams()
      Gets the value of the configParams property.
      Returns:
      possible object is String
    • setConfigParams

      public void setConfigParams​(java.lang.String value)
      Sets the value of the configParams property.
      Parameters:
      value - allowed object is String
    • isSetConfigParams

      public boolean isSetConfigParams()
    • setEngineRunOrder

      public void setEngineRunOrder​(int value)
      Sets the value of the engineRunOrder property.
      Parameters:
      value - allowed object is String
    • isSetEngineRunOrder

      public boolean isSetEngineRunOrder()
    • getEngineConfigDisplayName

      public java.lang.String getEngineConfigDisplayName()
      Gets the value of the engineConfigDisplayName property.
      Returns:
      possible object is String
    • setEngineConfigDisplayName

      public void setEngineConfigDisplayName​(java.lang.String value)
      Sets the value of the engineConfigDisplayName property.
      Parameters:
      value - allowed object is String
    • isSetEngineConfigDisplayName

      public boolean isSetEngineConfigDisplayName()
    • getUdfs

      public com.onenetwork.platform.common.NameValuePairList getUdfs()
      Gets the value of the udfs property.
      Overrides:
      getUdfs in class com.onenetwork.platform.common.Model
      Returns:
      possible object is NameValuePairList
    • setUdfs

      public void setUdfs​(com.onenetwork.platform.common.NameValuePairList value)
      Sets the value of the udfs property.
      Overrides:
      setUdfs in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is NameValuePairList
    • isSetUdfs

      public boolean isSetUdfs()
      Overrides:
      isSetUdfs in class com.onenetwork.platform.common.Model
    • getIssues

      public java.util.List<Issue> getIssues()
      Gets the value of the issues 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 issues property.

      For example, to add a new item, do as follows:

          getIssues().add(newItem);
       

      Objects of the following type(s) are allowed in the list Issue

    • isSetIssues

      public boolean isSetIssues()
    • unsetIssues

      public void unsetIssues()
    • getMDFsList

      public java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> getMDFsList()
      Gets the value of the mdFsList 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 mdFsList property.

      For example, to add a new item, do as follows:

          getMDFsList().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DummyMDFs> JAXBElement<MDFs>

      Overrides:
      getMDFsList in class com.onenetwork.platform.common.Model
    • isSetMDFsList

      public boolean isSetMDFsList()
    • unsetMDFsList

      public void unsetMDFsList()
    • getAttributes

      public java.util.List<AttributeValue> getAttributes()
      Gets the value of the attributes 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 attributes property.

      For example, to add a new item, do as follows:

          getAttributes().add(newItem);
       

      Objects of the following type(s) are allowed in the list AttributeValue

      Overrides:
      getAttributes in class com.onenetwork.platform.common.Model
    • isSetAttributes

      public boolean isSetAttributes()
    • unsetAttributes

      public void unsetAttributes()
    • getParent

      public ChainEngineConfig getParent()
      Returns the parent ChainEngineConfig. This is an in-memory retrieval and does not perform a database lookup
      Specified by:
      getParent in interface com.onenetwork.platform.common.impl.Child<ChainEngineConfig>
      Returns:
      parent ChainEngineConfig
    • setParent

      public void setParent​(ChainEngineConfig parent)
      Sets the parent ChainEngineConfig. This is an in-memory set and does not perform a database write
      Specified by:
      setParent in interface com.onenetwork.platform.common.impl.Child<ChainEngineConfig>
      Parameters:
      parent - new parent ChainEngineConfig
    • getEngineRunOrder

      public int getEngineRunOrder()
    • unsetEngineRunOrder

      public void unsetEngineRunOrder()
    • issueOn

      public com.onenetwork.platform.common.Issue issueOn​(java.lang.String issueName, IssueSeverity issueSeverity)
      Utility method to create an issue and set it on JAXB
    • issueOff

      public com.onenetwork.platform.common.Issue issueOff​(java.lang.String issueName)
      Utility method to create an issue and set it on JAXB
    • equals

      public boolean equals​(java.lang.Object obj)
      Description copied from interface: Model
      A Model object is considered "equal" to another Model object if it is a Model of the same type and its Natural Key fields are identical.
      Specified by:
      equals in interface Model
      Overrides:
      equals in class java.lang.Object
      Parameters:
      obj - object to compare
      Returns:
      true if the object is the same type of Model with identical Natural Key fields
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • internalToString

      protected java.lang.String internalToString()
      Overrides:
      internalToString in class com.onenetwork.platform.common.Model
    • toStrContrib

      public java.lang.String toStrContrib()
      Not intended for use by Clients
    • getModelType

      public com.onenetwork.platform.data.model.impl.ModelType getModelType()
      methods to get ModelType for this JAXB.
      Overrides:
      getModelType in class com.onenetwork.platform.common.Model
    • getModelLevelType

      public com.onenetwork.platform.data.model.impl.ModelLevelType getModelLevelType()
      methods to get ModelLevelType for this JAXB.
      Overrides:
      getModelLevelType in class com.onenetwork.platform.common.Model
    • getStandardModelName

      public java.lang.String getStandardModelName()
      method to get standard model name for this JAXB.
      Overrides:
      getStandardModelName in class com.onenetwork.platform.common.Model