Class ProgamContractType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.ProgamContractType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractID property.voidsetContractID(String value) Sets the value of the contractID property.
-
Field Details
-
contractID
-
-
Constructor Details
-
ProgamContractType
public ProgamContractType()
-
-
Method Details