Class IntegrationConnection

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

public class IntegrationConnection
extends com.onenetwork.platform.common.Model
implements java.io.Serializable
Holds properties for specific types of integration connections: SFTP, AS2, VAN etc.

Java class for IntegrationConnection complex type.

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

 <complexType name="IntegrationConnection">
   <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="ConnectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConnectionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="EnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SourceIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SFTPAuthenticationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SFTPUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2Encryption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AS2Signature" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AS2RequestReceipt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AS2Compression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Validated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ValidatedOn" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2Port" type="{http://www.onenetwork.com/Platform}NullableInteger" minOccurs="0"/>
         <element name="AS2SignDocs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AS2RequestAck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AS2SignAck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AS2MDNType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AS2DrummondCert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RESTURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RESTConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Udfs" type="{http://www.onenetwork.com/Platform}NameValuePairList" 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

    • actionExecTime

      protected java.util.Calendar actionExecTime
    • actionName

      protected java.lang.String actionName
    • inputRefId

      protected java.lang.String inputRefId
    • error

      protected StatusMessage error
    • creationUser

      protected java.lang.String creationUser
    • creationDate

      protected java.util.Calendar creationDate
    • lastModifiedUser

      protected java.lang.String lastModifiedUser
    • lastModifiedDate

      protected java.util.Calendar lastModifiedDate
    • levelModifiedDate

      protected java.util.Calendar levelModifiedDate
    • valueChainId

      protected long valueChainId
    • connectionName

      protected java.lang.String connectionName
    • connectionType

      protected java.lang.String connectionType
    • enterpriseName

      protected java.lang.String enterpriseName
    • state

      protected java.lang.String state
    • sourceIP

      protected java.lang.String sourceIP
    • sftpAuthenticationType

      protected java.lang.String sftpAuthenticationType
    • sftpUserName

      protected java.lang.String sftpUserName
    • as2Name

      protected java.lang.String as2Name
    • as2URL

      protected java.lang.String as2URL
    • as2Encryption

      protected java.lang.Boolean as2Encryption
    • as2Signature

      protected java.lang.Boolean as2Signature
    • as2RequestReceipt

      protected java.lang.Boolean as2RequestReceipt
    • as2Compression

      protected java.lang.String as2Compression
    • validated

      protected java.lang.Boolean validated
    • validatedOn

      protected java.util.Calendar validatedOn
    • additionalInfo

      protected java.lang.String additionalInfo
    • as2IPAddress

      protected java.lang.String as2IPAddress
    • as2Port

      protected java.lang.Integer as2Port
    • as2SignDocs

      protected java.lang.Boolean as2SignDocs
    • as2RequestAck

      protected java.lang.Boolean as2RequestAck
    • as2SignAck

      protected java.lang.Boolean as2SignAck
    • as2MDNType

      protected java.lang.String as2MDNType
    • as2ContentType

      protected java.lang.String as2ContentType
    • as2DrummondCert

      protected java.lang.Boolean as2DrummondCert
    • resturl

      protected java.lang.String resturl
    • restConfig

      protected java.lang.String restConfig
    • active

      protected java.lang.Boolean active
    • udfs

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

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

      protected java.util.List<AttributeValue> attributes
    • 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.
    • sysEnterpriseId

      protected java.lang.Long sysEnterpriseId
  • 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()
    • getConnectionName

      public java.lang.String getConnectionName()
      Gets the value of the connectionName property.
      Returns:
      possible object is String
    • setConnectionName

      public void setConnectionName​(java.lang.String value)
      Sets the value of the connectionName property.
      Parameters:
      value - allowed object is String
    • isSetConnectionName

      public boolean isSetConnectionName()
    • getConnectionType

      public java.lang.String getConnectionType()
      Gets the value of the connectionType property.
      Returns:
      possible object is String
    • setConnectionType

      public void setConnectionType​(java.lang.String value)
      Sets the value of the connectionType property.
      Parameters:
      value - allowed object is String
    • isSetConnectionType

      public boolean isSetConnectionType()
    • getEnterpriseName

      public java.lang.String getEnterpriseName()
      Gets the value of the enterpriseName property.
      Returns:
      possible object is String
    • isSetEnterpriseName

      public boolean isSetEnterpriseName()
    • 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()
    • getSourceIP

      public java.lang.String getSourceIP()
      Gets the value of the sourceIP property.
      Returns:
      possible object is String
    • setSourceIP

      public void setSourceIP​(java.lang.String value)
      Sets the value of the sourceIP property.
      Parameters:
      value - allowed object is String
    • isSetSourceIP

      public boolean isSetSourceIP()
    • getSFTPAuthenticationType

      public java.lang.String getSFTPAuthenticationType()
      Gets the value of the sftpAuthenticationType property.
      Returns:
      possible object is String
    • setSFTPAuthenticationType

      public void setSFTPAuthenticationType​(java.lang.String value)
      Sets the value of the sftpAuthenticationType property.
      Parameters:
      value - allowed object is String
    • isSetSFTPAuthenticationType

      public boolean isSetSFTPAuthenticationType()
    • getSFTPUserName

      public java.lang.String getSFTPUserName()
      Gets the value of the sftpUserName property.
      Returns:
      possible object is String
    • setSFTPUserName

      public void setSFTPUserName​(java.lang.String value)
      Sets the value of the sftpUserName property.
      Parameters:
      value - allowed object is String
    • isSetSFTPUserName

      public boolean isSetSFTPUserName()
    • getAS2Name

      public java.lang.String getAS2Name()
      Gets the value of the as2Name property.
      Returns:
      possible object is String
    • setAS2Name

      public void setAS2Name​(java.lang.String value)
      Sets the value of the as2Name property.
      Parameters:
      value - allowed object is String
    • isSetAS2Name

      public boolean isSetAS2Name()
    • getAS2URL

      public java.lang.String getAS2URL()
      Gets the value of the as2URL property.
      Returns:
      possible object is String
    • setAS2URL

      public void setAS2URL​(java.lang.String value)
      Sets the value of the as2URL property.
      Parameters:
      value - allowed object is String
    • isSetAS2URL

      public boolean isSetAS2URL()
    • setAS2Encryption

      public void setAS2Encryption​(boolean value)
      Sets the value of the as2Encryption property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2Encryption

      public boolean isSetAS2Encryption()
    • setAS2Signature

      public void setAS2Signature​(boolean value)
      Sets the value of the as2Signature property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2Signature

      public boolean isSetAS2Signature()
    • setAS2RequestReceipt

      public void setAS2RequestReceipt​(boolean value)
      Sets the value of the as2RequestReceipt property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2RequestReceipt

      public boolean isSetAS2RequestReceipt()
    • getAS2Compression

      public java.lang.String getAS2Compression()
      Gets the value of the as2Compression property.
      Returns:
      possible object is String
    • setAS2Compression

      public void setAS2Compression​(java.lang.String value)
      Sets the value of the as2Compression property.
      Parameters:
      value - allowed object is String
    • isSetAS2Compression

      public boolean isSetAS2Compression()
    • setValidated

      public void setValidated​(boolean value)
      Sets the value of the validated property.
      Parameters:
      value - allowed object is Boolean
    • isSetValidated

      public boolean isSetValidated()
    • getValidatedOn

      public java.util.Calendar getValidatedOn()
      Gets the value of the validatedOn property.
      Returns:
      possible object is String
    • setValidatedOn

      public void setValidatedOn​(java.util.Calendar value)
      Sets the value of the validatedOn property.
      Parameters:
      value - allowed object is String
    • isSetValidatedOn

      public boolean isSetValidatedOn()
    • getAdditionalInfo

      public java.lang.String getAdditionalInfo()
      Gets the value of the additionalInfo property.
      Returns:
      possible object is String
    • setAdditionalInfo

      public void setAdditionalInfo​(java.lang.String value)
      Sets the value of the additionalInfo property.
      Parameters:
      value - allowed object is String
    • isSetAdditionalInfo

      public boolean isSetAdditionalInfo()
    • getAS2IPAddress

      public java.lang.String getAS2IPAddress()
      Gets the value of the as2IPAddress property.
      Returns:
      possible object is String
    • setAS2IPAddress

      public void setAS2IPAddress​(java.lang.String value)
      Sets the value of the as2IPAddress property.
      Parameters:
      value - allowed object is String
    • isSetAS2IPAddress

      public boolean isSetAS2IPAddress()
    • setAS2Port

      public void setAS2Port​(int value)
      Sets the value of the as2Port property.
      Parameters:
      value - allowed object is String
    • isSetAS2Port

      public boolean isSetAS2Port()
    • setAS2SignDocs

      public void setAS2SignDocs​(boolean value)
      Sets the value of the as2SignDocs property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2SignDocs

      public boolean isSetAS2SignDocs()
    • setAS2RequestAck

      public void setAS2RequestAck​(boolean value)
      Sets the value of the as2RequestAck property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2RequestAck

      public boolean isSetAS2RequestAck()
    • setAS2SignAck

      public void setAS2SignAck​(boolean value)
      Sets the value of the as2SignAck property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2SignAck

      public boolean isSetAS2SignAck()
    • getAS2MDNType

      public java.lang.String getAS2MDNType()
      Gets the value of the as2MDNType property.
      Returns:
      possible object is String
    • setAS2MDNType

      public void setAS2MDNType​(java.lang.String value)
      Sets the value of the as2MDNType property.
      Parameters:
      value - allowed object is String
    • isSetAS2MDNType

      public boolean isSetAS2MDNType()
    • getAS2ContentType

      public java.lang.String getAS2ContentType()
      Gets the value of the as2ContentType property.
      Returns:
      possible object is String
    • setAS2ContentType

      public void setAS2ContentType​(java.lang.String value)
      Sets the value of the as2ContentType property.
      Parameters:
      value - allowed object is String
    • isSetAS2ContentType

      public boolean isSetAS2ContentType()
    • setAS2DrummondCert

      public void setAS2DrummondCert​(boolean value)
      Sets the value of the as2DrummondCert property.
      Parameters:
      value - allowed object is Boolean
    • isSetAS2DrummondCert

      public boolean isSetAS2DrummondCert()
    • getRESTURL

      public java.lang.String getRESTURL()
      Gets the value of the resturl property.
      Returns:
      possible object is String
    • setRESTURL

      public void setRESTURL​(java.lang.String value)
      Sets the value of the resturl property.
      Parameters:
      value - allowed object is String
    • isSetRESTURL

      public boolean isSetRESTURL()
    • getRESTConfig

      public java.lang.String getRESTConfig()
      Gets the value of the restConfig property.
      Returns:
      possible object is String
    • setRESTConfig

      public void setRESTConfig​(java.lang.String value)
      Sets the value of the restConfig property.
      Parameters:
      value - allowed object is String
    • isSetRESTConfig

      public boolean isSetRESTConfig()
    • setActive

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

      public boolean isSetActive()
    • 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
    • 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()
    • setEnterpriseName

      public void setEnterpriseName​(java.lang.String value)
      Sets the value of EnterpriseName, and also nullifies the following surrogate ids: SysEnterpriseId. 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 EnterpriseName - the following will also be nullified: SysEnterpriseId
    • isAS2Encryption

      public boolean isAS2Encryption()
    • unsetAS2Encryption

      public void unsetAS2Encryption()
    • isAS2Signature

      public boolean isAS2Signature()
    • unsetAS2Signature

      public void unsetAS2Signature()
    • isAS2RequestReceipt

      public boolean isAS2RequestReceipt()
    • unsetAS2RequestReceipt

      public void unsetAS2RequestReceipt()
    • isValidated

      public boolean isValidated()
    • unsetValidated

      public void unsetValidated()
    • getAS2Port

      public int getAS2Port()
    • unsetAS2Port

      public void unsetAS2Port()
    • isAS2SignDocs

      public boolean isAS2SignDocs()
    • unsetAS2SignDocs

      public void unsetAS2SignDocs()
    • isAS2RequestAck

      public boolean isAS2RequestAck()
    • unsetAS2RequestAck

      public void unsetAS2RequestAck()
    • isAS2SignAck

      public boolean isAS2SignAck()
    • unsetAS2SignAck

      public void unsetAS2SignAck()
    • isAS2DrummondCert

      public boolean isAS2DrummondCert()
    • unsetAS2DrummondCert

      public void unsetAS2DrummondCert()
    • isActive

      public boolean isActive()
    • unsetActive

      public void unsetActive()
    • getFile

      public java.util.List<ModelAttachment> getFile()
      Attachment updates for File. These are XmlTransient and will not be marshalled to XML nor unmarshalled from XML. They are provided for insert/update/delete only and are not populated by Model read operations.
    • 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
    • getSysEnterpriseId

      public java.lang.Long getSysEnterpriseId()
      Returns the surrogate id value for SysEnterpriseId. After reading a model, this will always match with the corresponding natural keys, which are: enterpriseName
    • setSysEnterpriseId

      public void setSysEnterpriseId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysEnterpriseId. 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: enterpriseName. 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 SysEnterpriseId
      nullifyNaturalKeys - true to nullify the related natural keys (enterpriseName), 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