Package org.cxml
Class ItemSegment
java.lang.Object
org.cxml.ItemSegment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractItem property.Gets the value of the segmentKey property.voidsetSegmentKey(String value) Sets the value of the segmentKey property.
-
Field Details
-
segmentKey
-
contractItem
-
-
Constructor Details
-
ItemSegment
public ItemSegment()
-
-
Method Details
-
getSegmentKey
Gets the value of the segmentKey property.- Returns:
- possible object is
String
-
setSegmentKey
Sets the value of the segmentKey property.- Parameters:
value- allowed object isString
-
getContractItem
Gets the value of the contractItem 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 contractItem property.For example, to add a new item, do as follows:
getContractItem().add(newItem);Objects of the following type(s) are allowed in the list
ContractItem
-