Class AddCompanyParam


  • public class AddCompanyParam
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="imsOrgId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="companyDMVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="baseStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="cloudStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="addOnStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="pvmPerMillion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="pvmPerThousand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="vpm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="mediaSupport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="roleAssignmentAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="caseCreationAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AddCompanyParam

        public AddCompanyParam()
    • Method Detail

      • getCompanyName

        public String getCompanyName()
        Gets the value of the companyName property.
        Returns:
        possible object is String
      • setCompanyName

        public void setCompanyName​(String value)
        Sets the value of the companyName property.
        Parameters:
        value - allowed object is String
      • getImsOrgId

        public String getImsOrgId()
        Gets the value of the imsOrgId property.
        Returns:
        possible object is String
      • setImsOrgId

        public void setImsOrgId​(String value)
        Sets the value of the imsOrgId property.
        Parameters:
        value - allowed object is String
      • getCompanyDMVersion

        public String getCompanyDMVersion()
        Gets the value of the companyDMVersion property.
        Returns:
        possible object is String
      • setCompanyDMVersion

        public void setCompanyDMVersion​(String value)
        Sets the value of the companyDMVersion property.
        Parameters:
        value - allowed object is String
      • getBaseStorage

        public String getBaseStorage()
        Gets the value of the baseStorage property.
        Returns:
        possible object is String
      • setBaseStorage

        public void setBaseStorage​(String value)
        Sets the value of the baseStorage property.
        Parameters:
        value - allowed object is String
      • getCloudStorage

        public String getCloudStorage()
        Gets the value of the cloudStorage property.
        Returns:
        possible object is String
      • setCloudStorage

        public void setCloudStorage​(String value)
        Sets the value of the cloudStorage property.
        Parameters:
        value - allowed object is String
      • getAddOnStorage

        public String getAddOnStorage()
        Gets the value of the addOnStorage property.
        Returns:
        possible object is String
      • setAddOnStorage

        public void setAddOnStorage​(String value)
        Sets the value of the addOnStorage property.
        Parameters:
        value - allowed object is String
      • getPvmPerMillion

        public String getPvmPerMillion()
        Gets the value of the pvmPerMillion property.
        Returns:
        possible object is String
      • setPvmPerMillion

        public void setPvmPerMillion​(String value)
        Sets the value of the pvmPerMillion property.
        Parameters:
        value - allowed object is String
      • getPvmPerThousand

        public String getPvmPerThousand()
        Gets the value of the pvmPerThousand property.
        Returns:
        possible object is String
      • setPvmPerThousand

        public void setPvmPerThousand​(String value)
        Sets the value of the pvmPerThousand property.
        Parameters:
        value - allowed object is String
      • getVpm

        public String getVpm()
        Gets the value of the vpm property.
        Returns:
        possible object is String
      • setVpm

        public void setVpm​(String value)
        Sets the value of the vpm property.
        Parameters:
        value - allowed object is String
      • isMediaSupport

        public Boolean isMediaSupport()
        Gets the value of the mediaSupport property.
        Returns:
        possible object is Boolean
      • setMediaSupport

        public void setMediaSupport​(Boolean value)
        Sets the value of the mediaSupport property.
        Parameters:
        value - allowed object is Boolean
      • isRoleAssignmentAllowed

        public Boolean isRoleAssignmentAllowed()
        Gets the value of the roleAssignmentAllowed property.
        Returns:
        possible object is Boolean
      • setRoleAssignmentAllowed

        public void setRoleAssignmentAllowed​(Boolean value)
        Sets the value of the roleAssignmentAllowed property.
        Parameters:
        value - allowed object is Boolean
      • isCaseCreationAllowed

        public Boolean isCaseCreationAllowed()
        Gets the value of the caseCreationAllowed property.
        Returns:
        possible object is Boolean
      • setCaseCreationAllowed

        public void setCaseCreationAllowed​(Boolean value)
        Sets the value of the caseCreationAllowed property.
        Parameters:
        value - allowed object is Boolean