Class IntegrationSubscription

java.lang.Object
com.onenetwork.platform.common.Model
com.onenetwork.platform.common.IntegrationSubscription
All Implemented Interfaces:
Model, java.io.Serializable

public class IntegrationSubscription
extends com.onenetwork.platform.common.Model
implements java.io.Serializable
IntegrationSubscription allows Enterprises to subscribe to events on models or define scheduled execution and send outbound integrations based on those events. The basic idea behind this model is that an OwningEnterprise sets up 1 or more Integration Subscriptions. These subscriptions identify an event (e.g. Shipment:TMS.Create, or a schedule) and a corresponding outbound interface to be called. The message will be generated using the given Outbound Interface/Version, and enqueued in the given Queue for delivery.

Java class for IntegrationSubscription complex type.

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

 <complexType name="IntegrationSubscription">
   <complexContent>
     <extension base="{http://www.onenetwork.com/Platform}Model">
       <sequence>
         <element name="ActionExecTime" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ActionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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="CreationUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="LastModifiedUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastModifiedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="LevelModifiedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ValueChainId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="OwningEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OwningPlatformInstanceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Events" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Schedule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OutboundInterface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OutboundInterfaceVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IgnoreChangesMadeByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IgnoreChangesMadeByEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsRoleEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsRoleOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsRoleSiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsRoleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsUserValueChainId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ExecuteAsUserEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExecuteAsRoleValueChainId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FavoriteOwnerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FavoriteOwnerEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FavoriteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ActiveDateRangeStartDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ActiveDateRangeEndDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="ConfigJSON" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PreferredTZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IntegrationSubscriptionQueue" type="{http://www.onenetwork.com/Platform}IntegrationSubscriptionQueue" maxOccurs="unbounded" 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 Details

  • Constructor Details

  • Method Details

    • getActionExecTime

      public java.util.Calendar getActionExecTime()
      Gets the value of the actionExecTime property.
      Returns:
      possible object is String
    • setActionExecTime

      public void setActionExecTime​(java.util.Calendar value)
      Sets the value of the actionExecTime property.
      Parameters:
      value - allowed object is String
    • isSetActionExecTime

      public boolean isSetActionExecTime()
    • getActionName

      public java.lang.String getActionName()
      Gets the value of the actionName property.
      Overrides:
      getActionName in class com.onenetwork.platform.common.Model
      Returns:
      possible object is String
    • setActionName

      public void setActionName​(java.lang.String value)
      Sets the value of the actionName property.
      Overrides:
      setActionName in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is String
    • isSetActionName

      public boolean isSetActionName()
    • 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()
    • getCreationUser

      public java.lang.String getCreationUser()
      Gets the value of the creationUser property.
      Returns:
      possible object is String
    • setCreationUser

      public void setCreationUser​(java.lang.String value)
      Sets the value of the creationUser property.
      Parameters:
      value - allowed object is String
    • isSetCreationUser

      public boolean isSetCreationUser()
    • getCreationDate

      public java.util.Calendar getCreationDate()
      Gets the value of the creationDate property.
      Returns:
      possible object is String
    • setCreationDate

      public void setCreationDate​(java.util.Calendar value)
      Sets the value of the creationDate property.
      Parameters:
      value - allowed object is String
    • isSetCreationDate

      public boolean isSetCreationDate()
    • getLastModifiedUser

      public java.lang.String getLastModifiedUser()
      Gets the value of the lastModifiedUser property.
      Specified by:
      getLastModifiedUser in interface Model
      Overrides:
      getLastModifiedUser in class com.onenetwork.platform.common.Model
      Returns:
      possible object is String
    • setLastModifiedUser

      public void setLastModifiedUser​(java.lang.String value)
      Sets the value of the lastModifiedUser property.
      Specified by:
      setLastModifiedUser in interface Model
      Overrides:
      setLastModifiedUser in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is String
    • isSetLastModifiedUser

      public boolean isSetLastModifiedUser()
    • getLastModifiedDate

      public java.util.Calendar getLastModifiedDate()
      Gets the value of the lastModifiedDate property.
      Specified by:
      getLastModifiedDate in interface Model
      Overrides:
      getLastModifiedDate in class com.onenetwork.platform.common.Model
      Returns:
      possible object is String
    • setLastModifiedDate

      public void setLastModifiedDate​(java.util.Calendar value)
      Sets the value of the lastModifiedDate property.
      Specified by:
      setLastModifiedDate in interface Model
      Overrides:
      setLastModifiedDate in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is String
    • isSetLastModifiedDate

      public boolean isSetLastModifiedDate()
    • 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()
    • getValueChainId

      public long getValueChainId()
      Gets the value of the valueChainId property.
    • setValueChainId

      public void setValueChainId​(long value)
      Sets the value of the valueChainId property.
    • isSetValueChainId

      public boolean isSetValueChainId()
    • setID

      public void setID​(long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
    • isSetID

      public boolean isSetID()
    • getOwningEnterpriseName

      public java.lang.String getOwningEnterpriseName()
      Gets the value of the owningEnterpriseName property.
      Returns:
      possible object is String
    • isSetOwningEnterpriseName

      public boolean isSetOwningEnterpriseName()
    • getOwningPlatformInstanceName

      public java.lang.String getOwningPlatformInstanceName()
      Gets the value of the owningPlatformInstanceName property.
      Returns:
      possible object is String
    • isSetOwningPlatformInstanceName

      public boolean isSetOwningPlatformInstanceName()
    • getCategory

      public java.lang.String getCategory()
      Gets the value of the category property.
      Returns:
      possible object is String
    • setCategory

      public void setCategory​(java.lang.String value)
      Sets the value of the category property.
      Parameters:
      value - allowed object is String
    • isSetCategory

      public boolean isSetCategory()
    • getEvents

      public java.lang.String getEvents()
      Gets the value of the events property.
      Returns:
      possible object is String
    • setEvents

      public void setEvents​(java.lang.String value)
      Sets the value of the events property.
      Parameters:
      value - allowed object is String
    • isSetEvents

      public boolean isSetEvents()
    • getSchedule

      public java.lang.String getSchedule()
      Gets the value of the schedule property.
      Returns:
      possible object is String
    • setSchedule

      public void setSchedule​(java.lang.String value)
      Sets the value of the schedule property.
      Parameters:
      value - allowed object is String
    • isSetSchedule

      public boolean isSetSchedule()
    • getOutboundInterface

      public java.lang.String getOutboundInterface()
      Gets the value of the outboundInterface property.
      Returns:
      possible object is String
    • setOutboundInterface

      public void setOutboundInterface​(java.lang.String value)
      Sets the value of the outboundInterface property.
      Parameters:
      value - allowed object is String
    • isSetOutboundInterface

      public boolean isSetOutboundInterface()
    • getOutboundInterfaceVersion

      public java.lang.String getOutboundInterfaceVersion()
      Gets the value of the outboundInterfaceVersion property.
      Returns:
      possible object is String
    • setOutboundInterfaceVersion

      public void setOutboundInterfaceVersion​(java.lang.String value)
      Sets the value of the outboundInterfaceVersion property.
      Parameters:
      value - allowed object is String
    • isSetOutboundInterfaceVersion

      public boolean isSetOutboundInterfaceVersion()
    • getIgnoreChangesMadeByName

      public java.lang.String getIgnoreChangesMadeByName()
      Gets the value of the ignoreChangesMadeByName property.
      Returns:
      possible object is String
    • isSetIgnoreChangesMadeByName

      public boolean isSetIgnoreChangesMadeByName()
    • getIgnoreChangesMadeByEnterpriseName

      public java.lang.String getIgnoreChangesMadeByEnterpriseName()
      Gets the value of the ignoreChangesMadeByEnterpriseName property.
      Returns:
      possible object is String
    • isSetIgnoreChangesMadeByEnterpriseName

      public boolean isSetIgnoreChangesMadeByEnterpriseName()
    • getExecuteAsRoleEnterpriseName

      public java.lang.String getExecuteAsRoleEnterpriseName()
      Gets the value of the executeAsRoleEnterpriseName property.
      Returns:
      possible object is String
    • isSetExecuteAsRoleEnterpriseName

      public boolean isSetExecuteAsRoleEnterpriseName()
    • getExecuteAsRoleOrganizationName

      public java.lang.String getExecuteAsRoleOrganizationName()
      Gets the value of the executeAsRoleOrganizationName property.
      Returns:
      possible object is String
    • isSetExecuteAsRoleOrganizationName

      public boolean isSetExecuteAsRoleOrganizationName()
    • getExecuteAsRoleSiteName

      public java.lang.String getExecuteAsRoleSiteName()
      Gets the value of the executeAsRoleSiteName property.
      Returns:
      possible object is String
    • isSetExecuteAsRoleSiteName

      public boolean isSetExecuteAsRoleSiteName()
    • getExecuteAsRoleName

      public java.lang.String getExecuteAsRoleName()
      Gets the value of the executeAsRoleName property.
      Returns:
      possible object is String
    • isSetExecuteAsRoleName

      public boolean isSetExecuteAsRoleName()
    • isSetExecuteAsUserValueChainId

      public boolean isSetExecuteAsUserValueChainId()
    • getExecuteAsUserEnterpriseName

      public java.lang.String getExecuteAsUserEnterpriseName()
      Gets the value of the executeAsUserEnterpriseName property.
      Returns:
      possible object is String
    • isSetExecuteAsUserEnterpriseName

      public boolean isSetExecuteAsUserEnterpriseName()
    • getExecuteAsUserName

      public java.lang.String getExecuteAsUserName()
      Gets the value of the executeAsUserName property.
      Returns:
      possible object is String
    • isSetExecuteAsUserName

      public boolean isSetExecuteAsUserName()
    • isSetExecuteAsRoleValueChainId

      public boolean isSetExecuteAsRoleValueChainId()
    • setActive

      public void setActive​(boolean value)
      Sets the value of the active property.
      Parameters:
      value - allowed object is Boolean
    • isSetActive

      public boolean isSetActive()
    • getState

      public java.lang.String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState​(java.lang.String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getFavoriteOwnerName

      public java.lang.String getFavoriteOwnerName()
      Gets the value of the favoriteOwnerName property.
      Returns:
      possible object is String
    • isSetFavoriteOwnerName

      public boolean isSetFavoriteOwnerName()
    • getFavoriteOwnerEnterpriseName

      public java.lang.String getFavoriteOwnerEnterpriseName()
      Gets the value of the favoriteOwnerEnterpriseName property.
      Returns:
      possible object is String
    • isSetFavoriteOwnerEnterpriseName

      public boolean isSetFavoriteOwnerEnterpriseName()
    • getFavoriteName

      public java.lang.String getFavoriteName()
      Gets the value of the favoriteName property.
      Returns:
      possible object is String
    • setFavoriteName

      public void setFavoriteName​(java.lang.String value)
      Sets the value of the favoriteName property.
      Parameters:
      value - allowed object is String
    • isSetFavoriteName

      public boolean isSetFavoriteName()
    • getActiveDateRangeStartDate

      public java.util.Calendar getActiveDateRangeStartDate()
      Gets the value of the activeDateRangeStartDate property.
      Returns:
      possible object is String
    • setActiveDateRangeStartDate

      public void setActiveDateRangeStartDate​(java.util.Calendar value)
      Sets the value of the activeDateRangeStartDate property.
      Parameters:
      value - allowed object is String
    • isSetActiveDateRangeStartDate

      public boolean isSetActiveDateRangeStartDate()
    • getActiveDateRangeEndDate

      public java.util.Calendar getActiveDateRangeEndDate()
      Gets the value of the activeDateRangeEndDate property.
      Returns:
      possible object is String
    • setActiveDateRangeEndDate

      public void setActiveDateRangeEndDate​(java.util.Calendar value)
      Sets the value of the activeDateRangeEndDate property.
      Parameters:
      value - allowed object is String
    • isSetActiveDateRangeEndDate

      public boolean isSetActiveDateRangeEndDate()
    • getConfigJSON

      public java.lang.String getConfigJSON()
      Gets the value of the configJSON property.
      Returns:
      possible object is String
    • setConfigJSON

      public void setConfigJSON​(java.lang.String value)
      Sets the value of the configJSON property.
      Parameters:
      value - allowed object is String
    • isSetConfigJSON

      public boolean isSetConfigJSON()
    • getPreferredTZ

      public java.lang.String getPreferredTZ()
      Gets the value of the preferredTZ property.
      Returns:
      possible object is String
    • setPreferredTZ

      public void setPreferredTZ​(java.lang.String value)
      Sets the value of the preferredTZ property.
      Parameters:
      value - allowed object is String
    • isSetPreferredTZ

      public boolean isSetPreferredTZ()
    • getIntegrationSubscriptionQueues

      public java.util.List<IntegrationSubscriptionQueue> getIntegrationSubscriptionQueues()
      Gets the value of the integrationSubscriptionQueues 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 integrationSubscriptionQueues property.

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

          getIntegrationSubscriptionQueues().add(newItem);
       

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

    • isSetIntegrationSubscriptionQueues

      public boolean isSetIntegrationSubscriptionQueues()
    • unsetIntegrationSubscriptionQueues

      public void unsetIntegrationSubscriptionQueues()
    • 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()
    • setOwningEnterpriseName

      public void setOwningEnterpriseName​(java.lang.String value)
      Sets the value of OwningEnterpriseName, and also nullifies the following surrogate ids: SysOwningEnterpriseId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for OwningEnterpriseName - the following will also be nullified: SysOwningEnterpriseId
    • setOwningPlatformInstanceName

      public void setOwningPlatformInstanceName​(java.lang.String value)
      Sets the value of OwningPlatformInstanceName, and also nullifies the following surrogate ids: SysOwningPlatformInstanceId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for OwningPlatformInstanceName - the following will also be nullified: SysOwningPlatformInstanceId
    • setIgnoreChangesMadeByName

      public void setIgnoreChangesMadeByName​(java.lang.String value)
      Sets the value of IgnoreChangesMadeByName, and also nullifies the following surrogate ids: SysIgnoreChangesMadeById. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for IgnoreChangesMadeByName - the following will also be nullified: SysIgnoreChangesMadeById
    • setIgnoreChangesMadeByEnterpriseName

      public void setIgnoreChangesMadeByEnterpriseName​(java.lang.String value)
      Sets the value of IgnoreChangesMadeByEnterpriseName, and also nullifies the following surrogate ids: SysIgnoreChangesMadeById. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for IgnoreChangesMadeByEnterpriseName - the following will also be nullified: SysIgnoreChangesMadeById
    • setExecuteAsRoleEnterpriseName

      public void setExecuteAsRoleEnterpriseName​(java.lang.String value)
      Sets the value of ExecuteAsRoleEnterpriseName, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsRoleEnterpriseName - the following will also be nullified: SysExecuteAsId
    • setExecuteAsRoleOrganizationName

      public void setExecuteAsRoleOrganizationName​(java.lang.String value)
      Sets the value of ExecuteAsRoleOrganizationName, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsRoleOrganizationName - the following will also be nullified: SysExecuteAsId
    • setExecuteAsRoleSiteName

      public void setExecuteAsRoleSiteName​(java.lang.String value)
      Sets the value of ExecuteAsRoleSiteName, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsRoleSiteName - the following will also be nullified: SysExecuteAsId
    • setExecuteAsRoleName

      public void setExecuteAsRoleName​(java.lang.String value)
      Sets the value of ExecuteAsRoleName, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsRoleName - the following will also be nullified: SysExecuteAsId
    • setExecuteAsUserValueChainId

      public void setExecuteAsUserValueChainId​(long value)
      Sets the value of ExecuteAsUserValueChainId, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsUserValueChainId - the following will also be nullified: SysExecuteAsId
    • setExecuteAsUserEnterpriseName

      public void setExecuteAsUserEnterpriseName​(java.lang.String value)
      Sets the value of ExecuteAsUserEnterpriseName, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsUserEnterpriseName - the following will also be nullified: SysExecuteAsId
    • setExecuteAsUserName

      public void setExecuteAsUserName​(java.lang.String value)
      Sets the value of ExecuteAsUserName, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsUserName - the following will also be nullified: SysExecuteAsId
    • setExecuteAsRoleValueChainId

      public void setExecuteAsRoleValueChainId​(long value)
      Sets the value of ExecuteAsRoleValueChainId, and also nullifies the following surrogate ids: SysExecuteAsId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ExecuteAsRoleValueChainId - the following will also be nullified: SysExecuteAsId
    • setFavoriteOwnerName

      public void setFavoriteOwnerName​(java.lang.String value)
      Sets the value of FavoriteOwnerName, and also nullifies the following surrogate ids: SysFavoriteOwnerId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for FavoriteOwnerName - the following will also be nullified: SysFavoriteOwnerId
    • setFavoriteOwnerEnterpriseName

      public void setFavoriteOwnerEnterpriseName​(java.lang.String value)
      Sets the value of FavoriteOwnerEnterpriseName, and also nullifies the following surrogate ids: SysFavoriteOwnerId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for FavoriteOwnerEnterpriseName - the following will also be nullified: SysFavoriteOwnerId
    • getID

      public long getID()
    • unsetID

      public void unsetID()
    • getExecuteAsUserValueChainId

      public long getExecuteAsUserValueChainId()
    • unsetExecuteAsUserValueChainId

      public void unsetExecuteAsUserValueChainId()
    • getExecuteAsRoleValueChainId

      public long getExecuteAsRoleValueChainId()
    • unsetExecuteAsRoleValueChainId

      public void unsetExecuteAsRoleValueChainId()
    • isActive

      public boolean isActive()
    • unsetActive

      public void unsetActive()
    • 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
    • getSysOwningEnterpriseId

      public java.lang.Long getSysOwningEnterpriseId()
      Returns the surrogate id value for SysOwningEnterpriseId. After reading a model, this will always match with the corresponding natural keys, which are: owningEnterpriseName
    • setSysOwningEnterpriseId

      public void setSysOwningEnterpriseId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysOwningEnterpriseId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: owningEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysOwningEnterpriseId
      nullifyNaturalKeys - true to nullify the related natural keys (owningEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysOwningPlatformInstanceId

      public java.lang.Long getSysOwningPlatformInstanceId()
      Returns the surrogate id value for SysOwningPlatformInstanceId. After reading a model, this will always match with the corresponding natural keys, which are: owningPlatformInstanceName
    • setSysOwningPlatformInstanceId

      public void setSysOwningPlatformInstanceId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysOwningPlatformInstanceId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: owningPlatformInstanceName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysOwningPlatformInstanceId
      nullifyNaturalKeys - true to nullify the related natural keys (owningPlatformInstanceName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysIgnoreChangesMadeById

      public java.lang.Long getSysIgnoreChangesMadeById()
      Returns the surrogate id value for SysIgnoreChangesMadeById. After reading a model, this will always match with the corresponding natural keys, which are: ignoreChangesMadeByName, ignoreChangesMadeByEnterpriseName
    • setSysIgnoreChangesMadeById

      public void setSysIgnoreChangesMadeById​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysIgnoreChangesMadeById. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: ignoreChangesMadeByName, ignoreChangesMadeByEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysIgnoreChangesMadeById
      nullifyNaturalKeys - true to nullify the related natural keys (ignoreChangesMadeByName, ignoreChangesMadeByEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysExecuteAsId

      public java.lang.Long getSysExecuteAsId()
      Returns the surrogate id value for SysExecuteAsId. After reading a model, this will always match with the corresponding natural keys, which are: executeAsRoleEnterpriseName, executeAsRoleOrganizationName, executeAsRoleSiteName, executeAsRoleName, executeAsUserValueChainId, executeAsUserEnterpriseName, executeAsUserName, executeAsRoleValueChainId
    • setSysExecuteAsId

      public void setSysExecuteAsId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysExecuteAsId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: executeAsRoleEnterpriseName, executeAsRoleOrganizationName, executeAsRoleSiteName, executeAsRoleName, executeAsUserValueChainId, executeAsUserEnterpriseName, executeAsUserName, executeAsRoleValueChainId. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysExecuteAsId
      nullifyNaturalKeys - true to nullify the related natural keys (executeAsRoleEnterpriseName, executeAsRoleOrganizationName, executeAsRoleSiteName, executeAsRoleName, executeAsUserValueChainId, executeAsUserEnterpriseName, executeAsUserName, executeAsRoleValueChainId), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysFavoriteOwnerId

      public java.lang.Long getSysFavoriteOwnerId()
      Returns the surrogate id value for SysFavoriteOwnerId. After reading a model, this will always match with the corresponding natural keys, which are: favoriteOwnerName, favoriteOwnerEnterpriseName
    • setSysFavoriteOwnerId

      public void setSysFavoriteOwnerId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysFavoriteOwnerId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: favoriteOwnerName, favoriteOwnerEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysFavoriteOwnerId
      nullifyNaturalKeys - true to nullify the related natural keys (favoriteOwnerName, favoriteOwnerEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both