public class RequestForQuotationLineType extends Object
Java class for RequestForQuotationLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestForQuotationLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OptionalLineItemIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrivacyCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SecurityClassificationCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LineItem"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentReferenceType> |
documentReference |
protected IDType |
id |
protected LineItemType |
lineItem |
protected List<NoteType> |
note |
protected OptionalLineItemIndicatorType |
optionalLineItemIndicator |
protected PrivacyCodeType |
privacyCode |
protected SecurityClassificationCodeType |
securityClassificationCode |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
RequestForQuotationLineType() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
LineItemType |
getLineItem()
Gets the value of the lineItem property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
OptionalLineItemIndicatorType |
getOptionalLineItemIndicator()
Gets the value of the optionalLineItemIndicator property.
|
PrivacyCodeType |
getPrivacyCode()
Gets the value of the privacyCode property.
|
SecurityClassificationCodeType |
getSecurityClassificationCode()
Gets the value of the securityClassificationCode property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLineItem(LineItemType value)
Sets the value of the lineItem property.
|
void |
setOptionalLineItemIndicator(OptionalLineItemIndicatorType value)
Sets the value of the optionalLineItemIndicator property.
|
void |
setPrivacyCode(PrivacyCodeType value)
Sets the value of the privacyCode property.
|
void |
setSecurityClassificationCode(SecurityClassificationCodeType value)
Sets the value of the securityClassificationCode property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected IDType id
protected UUIDType uuid
protected OptionalLineItemIndicatorType optionalLineItemIndicator
protected PrivacyCodeType privacyCode
protected SecurityClassificationCodeType securityClassificationCode
protected List<DocumentReferenceType> documentReference
protected LineItemType lineItem
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic List<NoteType> getNote()
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 set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public OptionalLineItemIndicatorType getOptionalLineItemIndicator()
OptionalLineItemIndicatorTypepublic void setOptionalLineItemIndicator(OptionalLineItemIndicatorType value)
value - allowed object is
OptionalLineItemIndicatorTypepublic PrivacyCodeType getPrivacyCode()
PrivacyCodeTypepublic void setPrivacyCode(PrivacyCodeType value)
value - allowed object is
PrivacyCodeTypepublic SecurityClassificationCodeType getSecurityClassificationCode()
SecurityClassificationCodeTypepublic void setSecurityClassificationCode(SecurityClassificationCodeType value)
value - allowed object is
SecurityClassificationCodeTypepublic List<DocumentReferenceType> getDocumentReference()
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 set method for the documentReference property.
For example, to add a new item, do as follows:
getDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
public LineItemType getLineItem()
LineItemTypepublic void setLineItem(LineItemType value)
value - allowed object is
LineItemTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.