Package org.cxml

Class ContractRequest

java.lang.Object
org.cxml.ContractRequest

public class ContractRequest extends Object
  • Field Details

  • Constructor Details

    • ContractRequest

      public ContractRequest()
  • Method Details

    • getContractRequestHeader

      public ContractRequestHeader getContractRequestHeader()
      Gets the value of the contractRequestHeader property.
      Returns:
      possible object is ContractRequestHeader
    • setContractRequestHeader

      public void setContractRequestHeader(ContractRequestHeader value)
      Sets the value of the contractRequestHeader property.
      Parameters:
      value - allowed object is ContractRequestHeader
    • getContractItemIn

      public List<ContractItemIn> getContractItemIn()
      Gets the value of the contractItemIn 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 contractItemIn property.

      For example, to add a new item, do as follows:

          getContractItemIn().add(newItem);
       

      Objects of the following type(s) are allowed in the list ContractItemIn