Package org.cxml
Class Contract
java.lang.Object
org.cxml.Contract
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentsprotected Stringprotected Stringprotected List<ItemSegment>protected List<SupplierID> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the itemSegment property.Gets the value of the supplierID property.voidsetComments(Comments value) Sets the value of the comments property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.
-
Field Details
-
effectiveDate
-
expirationDate
-
supplierID
-
comments
-
itemSegment
-
-
Constructor Details
-
Contract
public Contract()
-
-
Method Details
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getSupplierID
Gets the value of the supplierID 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
setmethod for the supplierID property.For example, to add a new item, do as follows:
getSupplierID().add(newItem);Objects of the following type(s) are allowed in the list
SupplierID -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getItemSegment
Gets the value of the itemSegment 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
setmethod for the itemSegment property.For example, to add a new item, do as follows:
getItemSegment().add(newItem);Objects of the following type(s) are allowed in the list
ItemSegment
-