Class MMRequestSubmissionCT


  • public class MMRequestSubmissionCT
    extends Object
    Match making request summary Complex Type

    Java class for MMRequestSubmission_CT complex type.

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

     <complexType name="MMRequestSubmission_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="productDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="submissionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MMRequestSubmissionCT

        public MMRequestSubmissionCT()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getProductDescription

        public String getProductDescription()
        Gets the value of the productDescription property.
        Returns:
        possible object is String
      • setProductDescription

        public void setProductDescription​(String value)
        Sets the value of the productDescription property.
        Parameters:
        value - allowed object is String
      • getStatus

        public String getStatus()
        Gets the value of the status property.
        Returns:
        possible object is String
      • setStatus

        public void setStatus​(String value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is String