Class WBGeo

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

public class WBGeo
extends com.onenetwork.platform.common.Model
implements java.io.Serializable
This model is used to hold the Geo information for WBProblem for the referenced models, i.e. Shipment, Movement etc.

Java class for WBGeo complex type.

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

 <complexType name="WBGeo">
   <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="WBProblemProblemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WBProblemProblemTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromSiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromSiteOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromSiteEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToSiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToSiteOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToSiteEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromAddress" type="{http://www.onenetwork.com/Platform}Address" minOccurs="0"/>
         <element name="ToAddress" type="{http://www.onenetwork.com/Platform}Address" minOccurs="0"/>
         <element name="SiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SiteOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SiteEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address" type="{http://www.onenetwork.com/Platform}Address" minOccurs="0"/>
         <element name="FromPartnerSiteSiteAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromPartnerSiteEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromPartnerSiteOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToPartnerSiteSiteAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToPartnerSiteEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToPartnerSiteOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartnerSiteSiteAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartnerSiteEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartnerSiteOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" 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

  • 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()
    • getWBProblemProblemId

      public java.lang.String getWBProblemProblemId()
      Gets the value of the wbProblemProblemId property.
      Returns:
      possible object is String
    • setWBProblemProblemId

      public void setWBProblemProblemId​(java.lang.String value)
      Sets the value of the wbProblemProblemId property.
      Parameters:
      value - allowed object is String
    • isSetWBProblemProblemId

      public boolean isSetWBProblemProblemId()
    • getWBProblemProblemTypeName

      public java.lang.String getWBProblemProblemTypeName()
      Gets the value of the wbProblemProblemTypeName property.
      Returns:
      possible object is String
    • setWBProblemProblemTypeName

      public void setWBProblemProblemTypeName​(java.lang.String value)
      Sets the value of the wbProblemProblemTypeName property.
      Parameters:
      value - allowed object is String
    • isSetWBProblemProblemTypeName

      public boolean isSetWBProblemProblemTypeName()
    • getFromSiteName

      public java.lang.String getFromSiteName()
      Gets the value of the fromSiteName property.
      Returns:
      possible object is String
    • isSetFromSiteName

      public boolean isSetFromSiteName()
    • getFromSiteOrganizationName

      public java.lang.String getFromSiteOrganizationName()
      Gets the value of the fromSiteOrganizationName property.
      Returns:
      possible object is String
    • isSetFromSiteOrganizationName

      public boolean isSetFromSiteOrganizationName()
    • getFromSiteEnterpriseName

      public java.lang.String getFromSiteEnterpriseName()
      Gets the value of the fromSiteEnterpriseName property.
      Returns:
      possible object is String
    • isSetFromSiteEnterpriseName

      public boolean isSetFromSiteEnterpriseName()
    • getToSiteName

      public java.lang.String getToSiteName()
      Gets the value of the toSiteName property.
      Returns:
      possible object is String
    • isSetToSiteName

      public boolean isSetToSiteName()
    • getToSiteOrganizationName

      public java.lang.String getToSiteOrganizationName()
      Gets the value of the toSiteOrganizationName property.
      Returns:
      possible object is String
    • isSetToSiteOrganizationName

      public boolean isSetToSiteOrganizationName()
    • getToSiteEnterpriseName

      public java.lang.String getToSiteEnterpriseName()
      Gets the value of the toSiteEnterpriseName property.
      Returns:
      possible object is String
    • isSetToSiteEnterpriseName

      public boolean isSetToSiteEnterpriseName()
    • getFromAddress

      public Address getFromAddress()
      Gets the value of the fromAddress property.
      Returns:
      possible object is AddressImpl
    • setFromAddress

      public void setFromAddress​(Address value)
      Sets the value of the fromAddress property.
      Parameters:
      value - allowed object is AddressImpl
    • isSetFromAddress

      public boolean isSetFromAddress()
    • getToAddress

      public Address getToAddress()
      Gets the value of the toAddress property.
      Returns:
      possible object is AddressImpl
    • setToAddress

      public void setToAddress​(Address value)
      Sets the value of the toAddress property.
      Parameters:
      value - allowed object is AddressImpl
    • isSetToAddress

      public boolean isSetToAddress()
    • getSiteName

      public java.lang.String getSiteName()
      Gets the value of the siteName property.
      Returns:
      possible object is String
    • isSetSiteName

      public boolean isSetSiteName()
    • getSiteOrganizationName

      public java.lang.String getSiteOrganizationName()
      Gets the value of the siteOrganizationName property.
      Returns:
      possible object is String
    • isSetSiteOrganizationName

      public boolean isSetSiteOrganizationName()
    • getSiteEnterpriseName

      public java.lang.String getSiteEnterpriseName()
      Gets the value of the siteEnterpriseName property.
      Returns:
      possible object is String
    • isSetSiteEnterpriseName

      public boolean isSetSiteEnterpriseName()
    • getAddress

      public Address getAddress()
      Gets the value of the address property.
      Returns:
      possible object is AddressImpl
    • setAddress

      public void setAddress​(Address value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is AddressImpl
    • isSetAddress

      public boolean isSetAddress()
    • getFromPartnerSiteSiteAlias

      public java.lang.String getFromPartnerSiteSiteAlias()
      Gets the value of the fromPartnerSiteSiteAlias property.
      Returns:
      possible object is String
    • isSetFromPartnerSiteSiteAlias

      public boolean isSetFromPartnerSiteSiteAlias()
    • getFromPartnerSiteEnterpriseName

      public java.lang.String getFromPartnerSiteEnterpriseName()
      Gets the value of the fromPartnerSiteEnterpriseName property.
      Returns:
      possible object is String
    • isSetFromPartnerSiteEnterpriseName

      public boolean isSetFromPartnerSiteEnterpriseName()
    • getFromPartnerSiteOrganizationName

      public java.lang.String getFromPartnerSiteOrganizationName()
      Gets the value of the fromPartnerSiteOrganizationName property.
      Returns:
      possible object is String
    • isSetFromPartnerSiteOrganizationName

      public boolean isSetFromPartnerSiteOrganizationName()
    • getToPartnerSiteSiteAlias

      public java.lang.String getToPartnerSiteSiteAlias()
      Gets the value of the toPartnerSiteSiteAlias property.
      Returns:
      possible object is String
    • isSetToPartnerSiteSiteAlias

      public boolean isSetToPartnerSiteSiteAlias()
    • getToPartnerSiteEnterpriseName

      public java.lang.String getToPartnerSiteEnterpriseName()
      Gets the value of the toPartnerSiteEnterpriseName property.
      Returns:
      possible object is String
    • isSetToPartnerSiteEnterpriseName

      public boolean isSetToPartnerSiteEnterpriseName()
    • getToPartnerSiteOrganizationName

      public java.lang.String getToPartnerSiteOrganizationName()
      Gets the value of the toPartnerSiteOrganizationName property.
      Returns:
      possible object is String
    • isSetToPartnerSiteOrganizationName

      public boolean isSetToPartnerSiteOrganizationName()
    • getPartnerSiteSiteAlias

      public java.lang.String getPartnerSiteSiteAlias()
      Gets the value of the partnerSiteSiteAlias property.
      Returns:
      possible object is String
    • isSetPartnerSiteSiteAlias

      public boolean isSetPartnerSiteSiteAlias()
    • getPartnerSiteEnterpriseName

      public java.lang.String getPartnerSiteEnterpriseName()
      Gets the value of the partnerSiteEnterpriseName property.
      Returns:
      possible object is String
    • isSetPartnerSiteEnterpriseName

      public boolean isSetPartnerSiteEnterpriseName()
    • getPartnerSiteOrganizationName

      public java.lang.String getPartnerSiteOrganizationName()
      Gets the value of the partnerSiteOrganizationName property.
      Returns:
      possible object is String
    • isSetPartnerSiteOrganizationName

      public boolean isSetPartnerSiteOrganizationName()
    • 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()
    • setFromSiteName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public long getID()
    • unsetID

      public void unsetID()
    • 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
    • getSysWBProblemId

      public java.lang.Long getSysWBProblemId()
      Returns the surrogate id value for SysWBProblemId. After reading a model, this will always match with the corresponding natural keys, which are: wbProblemProblemId, wbProblemProblemTypeName
    • setSysWBProblemId

      public void setSysWBProblemId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysWBProblemId. 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: wbProblemProblemId, wbProblemProblemTypeName. 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 SysWBProblemId
      nullifyNaturalKeys - true to nullify the related natural keys (wbProblemProblemId, wbProblemProblemTypeName), 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
    • getSysFromSiteId

      public java.lang.Long getSysFromSiteId()
      Returns the surrogate id value for SysFromSiteId. After reading a model, this will always match with the corresponding natural keys, which are: fromSiteName, fromSiteOrganizationName, fromSiteEnterpriseName
    • setSysFromSiteId

      public void setSysFromSiteId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysFromSiteId. 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: fromSiteName, fromSiteOrganizationName, fromSiteEnterpriseName. 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 SysFromSiteId
      nullifyNaturalKeys - true to nullify the related natural keys (fromSiteName, fromSiteOrganizationName, fromSiteEnterpriseName), 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
    • getSysToSiteId

      public java.lang.Long getSysToSiteId()
      Returns the surrogate id value for SysToSiteId. After reading a model, this will always match with the corresponding natural keys, which are: toSiteName, toSiteOrganizationName, toSiteEnterpriseName
    • setSysToSiteId

      public void setSysToSiteId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysToSiteId. 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: toSiteName, toSiteOrganizationName, toSiteEnterpriseName. 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 SysToSiteId
      nullifyNaturalKeys - true to nullify the related natural keys (toSiteName, toSiteOrganizationName, toSiteEnterpriseName), 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
    • getSysSiteId

      public java.lang.Long getSysSiteId()
      Returns the surrogate id value for SysSiteId. After reading a model, this will always match with the corresponding natural keys, which are: siteName, siteOrganizationName, siteEnterpriseName
    • setSysSiteId

      public void setSysSiteId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysSiteId. 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: siteName, siteOrganizationName, siteEnterpriseName. 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 SysSiteId
      nullifyNaturalKeys - true to nullify the related natural keys (siteName, siteOrganizationName, siteEnterpriseName), 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
    • getSysFromPartnerSiteId

      public java.lang.Long getSysFromPartnerSiteId()
      Returns the surrogate id value for SysFromPartnerSiteId. After reading a model, this will always match with the corresponding natural keys, which are: fromPartnerSiteSiteAlias, fromPartnerSiteEnterpriseName, fromPartnerSiteOrganizationName
    • setSysFromPartnerSiteId

      public void setSysFromPartnerSiteId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysFromPartnerSiteId. 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: fromPartnerSiteSiteAlias, fromPartnerSiteEnterpriseName, fromPartnerSiteOrganizationName. 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 SysFromPartnerSiteId
      nullifyNaturalKeys - true to nullify the related natural keys (fromPartnerSiteSiteAlias, fromPartnerSiteEnterpriseName, fromPartnerSiteOrganizationName), 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
    • getSysToPartnerSiteId

      public java.lang.Long getSysToPartnerSiteId()
      Returns the surrogate id value for SysToPartnerSiteId. After reading a model, this will always match with the corresponding natural keys, which are: toPartnerSiteSiteAlias, toPartnerSiteEnterpriseName, toPartnerSiteOrganizationName
    • setSysToPartnerSiteId

      public void setSysToPartnerSiteId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysToPartnerSiteId. 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: toPartnerSiteSiteAlias, toPartnerSiteEnterpriseName, toPartnerSiteOrganizationName. 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 SysToPartnerSiteId
      nullifyNaturalKeys - true to nullify the related natural keys (toPartnerSiteSiteAlias, toPartnerSiteEnterpriseName, toPartnerSiteOrganizationName), 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
    • getSysPartnerSiteId

      public java.lang.Long getSysPartnerSiteId()
      Returns the surrogate id value for SysPartnerSiteId. After reading a model, this will always match with the corresponding natural keys, which are: partnerSiteSiteAlias, partnerSiteEnterpriseName, partnerSiteOrganizationName
    • setSysPartnerSiteId

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