Class UpdateSplitTenderGroupRequest

  • All Implemented Interfaces:
    Serializable

    public class UpdateSplitTenderGroupRequest
    extends ANetApiRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
           <sequence>
             <element name="splitTenderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="splitTenderStatus" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}splitTenderStatusEnum"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateSplitTenderGroupRequest

        public UpdateSplitTenderGroupRequest()
    • Method Detail

      • getSplitTenderId

        public String getSplitTenderId()
        Gets the value of the splitTenderId property.
        Returns:
        possible object is String
      • setSplitTenderId

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