Class PartnerInvitation

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

public class PartnerInvitation
extends com.onenetwork.platform.common.Model
implements java.io.Serializable
An organization can invite any other organization in the network to be its partner. This model will be used to capture the invitations.

Java class for PartnerInvitation complex type.

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

 <complexType name="PartnerInvitation">
   <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="InvitationNo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="InvitingOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvitingOrganizationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeOrganizationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramOrganizationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeUserEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SearchParameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnboardOrganization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnboardFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnboardLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnboardEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnboardPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Message" 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="InvitationSent" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="InvitationAccepted" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="InvitationRejected" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="RejectionReasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RejectionReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AcceptedTermsAndConditions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ChatRoomId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="InvitingOrgPublicProfileOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvitingOrgPublicProfileOrganizationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvitingOrgPublicProfileOrgType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeOrgPublicProfileOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeOrgPublicProfileOrganizationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InviteeOrgPublicProfileOrgType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvitingUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvitingUserEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Ein" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EinType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AdditionalProperties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnboardedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="InvitingOrgPartnerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrgSCAC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AcceptOBOPartnerReasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AcceptOBOPartnerReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvitationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Udfs" type="{http://www.onenetwork.com/Platform}NameValuePairList" minOccurs="0"/>
         <element name="Issue" type="{http://www.onenetwork.com/Platform}Issue" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.onenetwork.com/Platform}MDFs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.onenetwork.com/Platform}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field 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()
    • setInvitationNo

      public void setInvitationNo​(long value)
      Sets the value of the invitationNo property.
      Parameters:
      value - allowed object is Long
    • isSetInvitationNo

      public boolean isSetInvitationNo()
    • getInvitingOrganizationName

      public java.lang.String getInvitingOrganizationName()
      Gets the value of the invitingOrganizationName property.
      Returns:
      possible object is String
    • isSetInvitingOrganizationName

      public boolean isSetInvitingOrganizationName()
    • getInvitingOrganizationEnterpriseName

      public java.lang.String getInvitingOrganizationEnterpriseName()
      Gets the value of the invitingOrganizationEnterpriseName property.
      Returns:
      possible object is String
    • isSetInvitingOrganizationEnterpriseName

      public boolean isSetInvitingOrganizationEnterpriseName()
    • getInviteeOrganizationName

      public java.lang.String getInviteeOrganizationName()
      Gets the value of the inviteeOrganizationName property.
      Returns:
      possible object is String
    • isSetInviteeOrganizationName

      public boolean isSetInviteeOrganizationName()
    • getInviteeOrganizationEnterpriseName

      public java.lang.String getInviteeOrganizationEnterpriseName()
      Gets the value of the inviteeOrganizationEnterpriseName property.
      Returns:
      possible object is String
    • isSetInviteeOrganizationEnterpriseName

      public boolean isSetInviteeOrganizationEnterpriseName()
    • getProgramName

      public java.lang.String getProgramName()
      Gets the value of the programName property.
      Returns:
      possible object is String
    • isSetProgramName

      public boolean isSetProgramName()
    • getProgramOrganizationName

      public java.lang.String getProgramOrganizationName()
      Gets the value of the programOrganizationName property.
      Returns:
      possible object is String
    • isSetProgramOrganizationName

      public boolean isSetProgramOrganizationName()
    • getProgramOrganizationEnterpriseName

      public java.lang.String getProgramOrganizationEnterpriseName()
      Gets the value of the programOrganizationEnterpriseName property.
      Returns:
      possible object is String
    • isSetProgramOrganizationEnterpriseName

      public boolean isSetProgramOrganizationEnterpriseName()
    • getInviteeUserName

      public java.lang.String getInviteeUserName()
      Gets the value of the inviteeUserName property.
      Returns:
      possible object is String
    • isSetInviteeUserName

      public boolean isSetInviteeUserName()
    • getInviteeUserEnterpriseName

      public java.lang.String getInviteeUserEnterpriseName()
      Gets the value of the inviteeUserEnterpriseName property.
      Returns:
      possible object is String
    • isSetInviteeUserEnterpriseName

      public boolean isSetInviteeUserEnterpriseName()
    • getSearchParameters

      public java.lang.String getSearchParameters()
      Gets the value of the searchParameters property.
      Returns:
      possible object is String
    • setSearchParameters

      public void setSearchParameters​(java.lang.String value)
      Sets the value of the searchParameters property.
      Parameters:
      value - allowed object is String
    • isSetSearchParameters

      public boolean isSetSearchParameters()
    • getOnboardOrganization

      public java.lang.String getOnboardOrganization()
      Gets the value of the onboardOrganization property.
      Returns:
      possible object is String
    • setOnboardOrganization

      public void setOnboardOrganization​(java.lang.String value)
      Sets the value of the onboardOrganization property.
      Parameters:
      value - allowed object is String
    • isSetOnboardOrganization

      public boolean isSetOnboardOrganization()
    • getOnboardFirstName

      public java.lang.String getOnboardFirstName()
      Gets the value of the onboardFirstName property.
      Returns:
      possible object is String
    • setOnboardFirstName

      public void setOnboardFirstName​(java.lang.String value)
      Sets the value of the onboardFirstName property.
      Parameters:
      value - allowed object is String
    • isSetOnboardFirstName

      public boolean isSetOnboardFirstName()
    • getOnboardLastName

      public java.lang.String getOnboardLastName()
      Gets the value of the onboardLastName property.
      Returns:
      possible object is String
    • setOnboardLastName

      public void setOnboardLastName​(java.lang.String value)
      Sets the value of the onboardLastName property.
      Parameters:
      value - allowed object is String
    • isSetOnboardLastName

      public boolean isSetOnboardLastName()
    • getOnboardEmail

      public java.lang.String getOnboardEmail()
      Gets the value of the onboardEmail property.
      Returns:
      possible object is String
    • setOnboardEmail

      public void setOnboardEmail​(java.lang.String value)
      Sets the value of the onboardEmail property.
      Parameters:
      value - allowed object is String
    • isSetOnboardEmail

      public boolean isSetOnboardEmail()
    • getOnboardPhone

      public java.lang.String getOnboardPhone()
      Gets the value of the onboardPhone property.
      Returns:
      possible object is String
    • setOnboardPhone

      public void setOnboardPhone​(java.lang.String value)
      Sets the value of the onboardPhone property.
      Parameters:
      value - allowed object is String
    • isSetOnboardPhone

      public boolean isSetOnboardPhone()
    • getMessage

      public java.lang.String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage​(java.lang.String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String
    • isSetMessage

      public boolean isSetMessage()
    • 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()
    • getInvitationSent

      public java.util.Calendar getInvitationSent()
      Gets the value of the invitationSent property.
      Returns:
      possible object is String
    • setInvitationSent

      public void setInvitationSent​(java.util.Calendar value)
      Sets the value of the invitationSent property.
      Parameters:
      value - allowed object is String
    • isSetInvitationSent

      public boolean isSetInvitationSent()
    • getInvitationAccepted

      public java.util.Calendar getInvitationAccepted()
      Gets the value of the invitationAccepted property.
      Returns:
      possible object is String
    • setInvitationAccepted

      public void setInvitationAccepted​(java.util.Calendar value)
      Sets the value of the invitationAccepted property.
      Parameters:
      value - allowed object is String
    • isSetInvitationAccepted

      public boolean isSetInvitationAccepted()
    • getInvitationRejected

      public java.util.Calendar getInvitationRejected()
      Gets the value of the invitationRejected property.
      Returns:
      possible object is String
    • setInvitationRejected

      public void setInvitationRejected​(java.util.Calendar value)
      Sets the value of the invitationRejected property.
      Parameters:
      value - allowed object is String
    • isSetInvitationRejected

      public boolean isSetInvitationRejected()
    • getRejectionReasonCode

      public java.lang.String getRejectionReasonCode()
      Gets the value of the rejectionReasonCode property.
      Returns:
      possible object is String
    • setRejectionReasonCode

      public void setRejectionReasonCode​(java.lang.String value)
      Sets the value of the rejectionReasonCode property.
      Parameters:
      value - allowed object is String
    • isSetRejectionReasonCode

      public boolean isSetRejectionReasonCode()
    • getRejectionReason

      public java.lang.String getRejectionReason()
      Gets the value of the rejectionReason property.
      Returns:
      possible object is String
    • setRejectionReason

      public void setRejectionReason​(java.lang.String value)
      Sets the value of the rejectionReason property.
      Parameters:
      value - allowed object is String
    • isSetRejectionReason

      public boolean isSetRejectionReason()
    • getAcceptedTermsAndConditions

      public java.lang.String getAcceptedTermsAndConditions()
      Gets the value of the acceptedTermsAndConditions property.
      Returns:
      possible object is String
    • setAcceptedTermsAndConditions

      public void setAcceptedTermsAndConditions​(java.lang.String value)
      Sets the value of the acceptedTermsAndConditions property.
      Parameters:
      value - allowed object is String
    • isSetAcceptedTermsAndConditions

      public boolean isSetAcceptedTermsAndConditions()
    • setChatRoomId

      public void setChatRoomId​(long value)
      Sets the value of the chatRoomId property.
      Parameters:
      value - allowed object is Long
    • isSetChatRoomId

      public boolean isSetChatRoomId()
    • getInvitingOrgPublicProfileOrganizationName

      public java.lang.String getInvitingOrgPublicProfileOrganizationName()
      Gets the value of the invitingOrgPublicProfileOrganizationName property.
      Returns:
      possible object is String
    • isSetInvitingOrgPublicProfileOrganizationName

      public boolean isSetInvitingOrgPublicProfileOrganizationName()
    • getInvitingOrgPublicProfileOrganizationEnterpriseName

      public java.lang.String getInvitingOrgPublicProfileOrganizationEnterpriseName()
      Gets the value of the invitingOrgPublicProfileOrganizationEnterpriseName property.
      Returns:
      possible object is String
    • isSetInvitingOrgPublicProfileOrganizationEnterpriseName

      public boolean isSetInvitingOrgPublicProfileOrganizationEnterpriseName()
    • getInvitingOrgPublicProfileOrgType

      public java.lang.String getInvitingOrgPublicProfileOrgType()
      Gets the value of the invitingOrgPublicProfileOrgType property.
      Returns:
      possible object is String
    • isSetInvitingOrgPublicProfileOrgType

      public boolean isSetInvitingOrgPublicProfileOrgType()
    • getInviteeOrgPublicProfileOrganizationName

      public java.lang.String getInviteeOrgPublicProfileOrganizationName()
      Gets the value of the inviteeOrgPublicProfileOrganizationName property.
      Returns:
      possible object is String
    • isSetInviteeOrgPublicProfileOrganizationName

      public boolean isSetInviteeOrgPublicProfileOrganizationName()
    • getInviteeOrgPublicProfileOrganizationEnterpriseName

      public java.lang.String getInviteeOrgPublicProfileOrganizationEnterpriseName()
      Gets the value of the inviteeOrgPublicProfileOrganizationEnterpriseName property.
      Returns:
      possible object is String
    • isSetInviteeOrgPublicProfileOrganizationEnterpriseName

      public boolean isSetInviteeOrgPublicProfileOrganizationEnterpriseName()
    • getInviteeOrgPublicProfileOrgType

      public java.lang.String getInviteeOrgPublicProfileOrgType()
      Gets the value of the inviteeOrgPublicProfileOrgType property.
      Returns:
      possible object is String
    • isSetInviteeOrgPublicProfileOrgType

      public boolean isSetInviteeOrgPublicProfileOrgType()
    • getInvitingUserName

      public java.lang.String getInvitingUserName()
      Gets the value of the invitingUserName property.
      Returns:
      possible object is String
    • isSetInvitingUserName

      public boolean isSetInvitingUserName()
    • getInvitingUserEnterpriseName

      public java.lang.String getInvitingUserEnterpriseName()
      Gets the value of the invitingUserEnterpriseName property.
      Returns:
      possible object is String
    • isSetInvitingUserEnterpriseName

      public boolean isSetInvitingUserEnterpriseName()
    • getEin

      public java.lang.String getEin()
      Gets the value of the ein property.
      Returns:
      possible object is String
    • setEin

      public void setEin​(java.lang.String value)
      Sets the value of the ein property.
      Parameters:
      value - allowed object is String
    • isSetEin

      public boolean isSetEin()
    • getEinType

      public java.lang.String getEinType()
      Gets the value of the einType property.
      Returns:
      possible object is String
    • setEinType

      public void setEinType​(java.lang.String value)
      Sets the value of the einType property.
      Parameters:
      value - allowed object is String
    • isSetEinType

      public boolean isSetEinType()
    • getAdditionalProperties

      public java.lang.String getAdditionalProperties()
      Gets the value of the additionalProperties property.
      Returns:
      possible object is String
    • setAdditionalProperties

      public void setAdditionalProperties​(java.lang.String value)
      Sets the value of the additionalProperties property.
      Parameters:
      value - allowed object is String
    • isSetAdditionalProperties

      public boolean isSetAdditionalProperties()
    • getOnboardedDate

      public java.util.Calendar getOnboardedDate()
      Gets the value of the onboardedDate property.
      Returns:
      possible object is String
    • setOnboardedDate

      public void setOnboardedDate​(java.util.Calendar value)
      Sets the value of the onboardedDate property.
      Parameters:
      value - allowed object is String
    • isSetOnboardedDate

      public boolean isSetOnboardedDate()
    • getInvitingOrgPartnerName

      public java.lang.String getInvitingOrgPartnerName()
      Gets the value of the invitingOrgPartnerName property.
      Returns:
      possible object is String
    • setInvitingOrgPartnerName

      public void setInvitingOrgPartnerName​(java.lang.String value)
      Sets the value of the invitingOrgPartnerName property.
      Parameters:
      value - allowed object is String
    • isSetInvitingOrgPartnerName

      public boolean isSetInvitingOrgPartnerName()
    • getOrgSCAC

      public java.lang.String getOrgSCAC()
      Gets the value of the orgSCAC property.
      Returns:
      possible object is String
    • setOrgSCAC

      public void setOrgSCAC​(java.lang.String value)
      Sets the value of the orgSCAC property.
      Parameters:
      value - allowed object is String
    • isSetOrgSCAC

      public boolean isSetOrgSCAC()
    • getPriority

      public java.lang.String getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is String
    • setPriority

      public void setPriority​(java.lang.String value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is String
    • isSetPriority

      public boolean isSetPriority()
    • getAcceptOBOPartnerReasonCode

      public java.lang.String getAcceptOBOPartnerReasonCode()
      Gets the value of the acceptOBOPartnerReasonCode property.
      Returns:
      possible object is String
    • setAcceptOBOPartnerReasonCode

      public void setAcceptOBOPartnerReasonCode​(java.lang.String value)
      Sets the value of the acceptOBOPartnerReasonCode property.
      Parameters:
      value - allowed object is String
    • isSetAcceptOBOPartnerReasonCode

      public boolean isSetAcceptOBOPartnerReasonCode()
    • getAcceptOBOPartnerReason

      public java.lang.String getAcceptOBOPartnerReason()
      Gets the value of the acceptOBOPartnerReason property.
      Returns:
      possible object is String
    • setAcceptOBOPartnerReason

      public void setAcceptOBOPartnerReason​(java.lang.String value)
      Sets the value of the acceptOBOPartnerReason property.
      Parameters:
      value - allowed object is String
    • isSetAcceptOBOPartnerReason

      public boolean isSetAcceptOBOPartnerReason()
    • getInvitationType

      public java.lang.String getInvitationType()
      Gets the value of the invitationType property.
      Returns:
      possible object is String
    • setInvitationType

      public void setInvitationType​(java.lang.String value)
      Sets the value of the invitationType property.
      Parameters:
      value - allowed object is String
    • isSetInvitationType

      public boolean isSetInvitationType()
    • 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()
    • setInvitingOrganizationName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public long getInvitationNo()
    • unsetInvitationNo

      public void unsetInvitationNo()
    • getChatRoomId

      public long getChatRoomId()
    • unsetChatRoomId

      public void unsetChatRoomId()
    • 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
    • getSysInvitingOrganizationId

      public java.lang.Long getSysInvitingOrganizationId()
      Returns the surrogate id value for SysInvitingOrganizationId. After reading a model, this will always match with the corresponding natural keys, which are: invitingOrganizationName, invitingOrganizationEnterpriseName
    • setSysInvitingOrganizationId

      public void setSysInvitingOrganizationId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysInvitingOrganizationId. 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: invitingOrganizationName, invitingOrganizationEnterpriseName. 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 SysInvitingOrganizationId
      nullifyNaturalKeys - true to nullify the related natural keys (invitingOrganizationName, invitingOrganizationEnterpriseName), 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
    • getSysInviteeOrganizationId

      public java.lang.Long getSysInviteeOrganizationId()
      Returns the surrogate id value for SysInviteeOrganizationId. After reading a model, this will always match with the corresponding natural keys, which are: inviteeOrganizationName, inviteeOrganizationEnterpriseName
    • setSysInviteeOrganizationId

      public void setSysInviteeOrganizationId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysInviteeOrganizationId. 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: inviteeOrganizationName, inviteeOrganizationEnterpriseName. 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 SysInviteeOrganizationId
      nullifyNaturalKeys - true to nullify the related natural keys (inviteeOrganizationName, inviteeOrganizationEnterpriseName), 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
    • getSysProgramId

      public java.lang.Long getSysProgramId()
      Returns the surrogate id value for SysProgramId. After reading a model, this will always match with the corresponding natural keys, which are: programName, programOrganizationName, programOrganizationEnterpriseName
    • setSysProgramId

      public void setSysProgramId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysProgramId. 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: programName, programOrganizationName, programOrganizationEnterpriseName. 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 SysProgramId
      nullifyNaturalKeys - true to nullify the related natural keys (programName, programOrganizationName, programOrganizationEnterpriseName), 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
    • getSysInviteeUserId

      public java.lang.Long getSysInviteeUserId()
      Returns the surrogate id value for SysInviteeUserId. After reading a model, this will always match with the corresponding natural keys, which are: inviteeUserName, inviteeUserEnterpriseName
    • setSysInviteeUserId

      public void setSysInviteeUserId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysInviteeUserId. 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: inviteeUserName, inviteeUserEnterpriseName. 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 SysInviteeUserId
      nullifyNaturalKeys - true to nullify the related natural keys (inviteeUserName, inviteeUserEnterpriseName), 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
    • getSysInvitingOrgPublicProfileId

      public java.lang.Long getSysInvitingOrgPublicProfileId()
      Returns the surrogate id value for SysInvitingOrgPublicProfileId. After reading a model, this will always match with the corresponding natural keys, which are: invitingOrgPublicProfileOrganizationName, invitingOrgPublicProfileOrganizationEnterpriseName, invitingOrgPublicProfileOrgType
    • setSysInvitingOrgPublicProfileId

      public void setSysInvitingOrgPublicProfileId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysInvitingOrgPublicProfileId. 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: invitingOrgPublicProfileOrganizationName, invitingOrgPublicProfileOrganizationEnterpriseName, invitingOrgPublicProfileOrgType. 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 SysInvitingOrgPublicProfileId
      nullifyNaturalKeys - true to nullify the related natural keys (invitingOrgPublicProfileOrganizationName, invitingOrgPublicProfileOrganizationEnterpriseName, invitingOrgPublicProfileOrgType), 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
    • getSysInviteeOrgPublicProfileId

      public java.lang.Long getSysInviteeOrgPublicProfileId()
      Returns the surrogate id value for SysInviteeOrgPublicProfileId. After reading a model, this will always match with the corresponding natural keys, which are: inviteeOrgPublicProfileOrganizationName, inviteeOrgPublicProfileOrganizationEnterpriseName, inviteeOrgPublicProfileOrgType
    • setSysInviteeOrgPublicProfileId

      public void setSysInviteeOrgPublicProfileId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysInviteeOrgPublicProfileId. 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: inviteeOrgPublicProfileOrganizationName, inviteeOrgPublicProfileOrganizationEnterpriseName, inviteeOrgPublicProfileOrgType. 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 SysInviteeOrgPublicProfileId
      nullifyNaturalKeys - true to nullify the related natural keys (inviteeOrgPublicProfileOrganizationName, inviteeOrgPublicProfileOrganizationEnterpriseName, inviteeOrgPublicProfileOrgType), 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
    • getSysInvitingUserId

      public java.lang.Long getSysInvitingUserId()
      Returns the surrogate id value for SysInvitingUserId. After reading a model, this will always match with the corresponding natural keys, which are: invitingUserName, invitingUserEnterpriseName
    • setSysInvitingUserId

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