Package org.cxml
Class SupplierSelector
- java.lang.Object
-
- org.cxml.SupplierSelector
-
public class SupplierSelector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmatchingTypeprotected java.util.List<SupplierInvitation>supplierInvitation
-
Constructor Summary
Constructors Constructor Description SupplierSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMatchingType()Gets the value of the matchingType property.java.util.List<SupplierInvitation>getSupplierInvitation()Gets the value of the supplierInvitation property.voidsetMatchingType(java.lang.String value)Sets the value of the matchingType property.
-
-
-
Field Detail
-
matchingType
protected java.lang.String matchingType
-
supplierInvitation
protected java.util.List<SupplierInvitation> supplierInvitation
-
-
Method Detail
-
getMatchingType
public java.lang.String getMatchingType()
Gets the value of the matchingType property.- Returns:
- possible object is
String
-
setMatchingType
public void setMatchingType(java.lang.String value)
Sets the value of the matchingType property.- Parameters:
value- allowed object isString
-
getSupplierInvitation
public java.util.List<SupplierInvitation> 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
-
-