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