java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.ProgamContractType

public class ProgamContractType extends Object
a written or spoken agreement, especially one concerning employment, sales, or tenancy, that is intended to be enforceable by law

Java class for ProgamContractType complex type.

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

 <complexType name="ProgamContractType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ContractID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • contractID

      protected String contractID
  • Constructor Details

    • ProgamContractType

      public ProgamContractType()
  • Method Details

    • getContractID

      public String getContractID()
      Gets the value of the contractID property.
      Returns:
      possible object is String
    • setContractID

      public void setContractID(String value)
      Sets the value of the contractID property.
      Parameters:
      value - allowed object is String