public class TenderType extends Object
Java class for TenderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TenderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CopyIndicator" 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}TenderTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractFolderID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractName" maxOccurs="unbounded" 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:CommonAggregateComponents-2}ValidityPeriod" 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}Signature" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TendererParty"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TendererQualificationDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubcontractorParty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractingParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OriginatorCustomerParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TenderedProject" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TenderType() |
| Modifier and Type | Method and Description |
|---|---|
ContractFolderIDType |
getContractFolderID()
Gets the value of the contractFolderID property.
|
ContractingPartyType |
getContractingParty()
Gets the value of the contractingParty property.
|
List<ContractNameType> |
getContractName()
Gets the value of the contractName property.
|
CopyIndicatorType |
getCopyIndicator()
Gets the value of the copyIndicator property.
|
CustomizationIDType |
getCustomizationID()
Gets the value of the customizationID property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
CustomerPartyType |
getOriginatorCustomerParty()
Gets the value of the originatorCustomerParty property.
|
ProfileExecutionIDType |
getProfileExecutionID()
Gets the value of the profileExecutionID property.
|
ProfileIDType |
getProfileID()
Gets the value of the profileID property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
List<PartyType> |
getSubcontractorParty()
Gets the value of the subcontractorParty property.
|
List<TenderedProjectType> |
getTenderedProject()
Gets the value of the tenderedProject property.
|
PartyType |
getTendererParty()
Gets the value of the tendererParty property.
|
DocumentReferenceType |
getTendererQualificationDocumentReference()
Gets the value of the tendererQualificationDocumentReference property.
|
TenderTypeCodeType |
getTenderTypeCode()
Gets the value of the tenderTypeCode property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
UBLVersionIDType |
getUBLVersionID()
Gets the value of the ublVersionID property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
void |
setContractFolderID(ContractFolderIDType value)
Sets the value of the contractFolderID property.
|
void |
setContractingParty(ContractingPartyType value)
Sets the value of the contractingParty property.
|
void |
setCopyIndicator(CopyIndicatorType value)
Sets the value of the copyIndicator property.
|
void |
setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setOriginatorCustomerParty(CustomerPartyType value)
Sets the value of the originatorCustomerParty property.
|
void |
setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.
|
void |
setProfileID(ProfileIDType value)
Sets the value of the profileID property.
|
void |
setTendererParty(PartyType value)
Sets the value of the tendererParty property.
|
void |
setTendererQualificationDocumentReference(DocumentReferenceType value)
Sets the value of the tendererQualificationDocumentReference property.
|
void |
setTenderTypeCode(TenderTypeCodeType value)
Sets the value of the tenderTypeCode property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
protected UBLExtensionsType ublExtensions
protected UBLVersionIDType ublVersionID
protected CustomizationIDType customizationID
protected ProfileIDType profileID
protected ProfileExecutionIDType profileExecutionID
protected IDType id
protected CopyIndicatorType copyIndicator
protected UUIDType uuid
protected TenderTypeCodeType tenderTypeCode
protected ContractFolderIDType contractFolderID
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected List<ContractNameType> contractName
protected PeriodType validityPeriod
protected List<DocumentReferenceType> documentReference
protected List<SignatureType> signature
protected PartyType tendererParty
protected DocumentReferenceType tendererQualificationDocumentReference
protected ContractingPartyType contractingParty
protected CustomerPartyType originatorCustomerParty
protected List<TenderedProjectType> tenderedProject
public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(UBLExtensionsType value)
value - allowed object is
UBLExtensionsTypepublic UBLVersionIDType getUBLVersionID()
UBLVersionIDTypepublic void setUBLVersionID(UBLVersionIDType value)
value - allowed object is
UBLVersionIDTypepublic CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(CustomizationIDType value)
value - allowed object is
CustomizationIDTypepublic ProfileIDType getProfileID()
ProfileIDTypepublic void setProfileID(ProfileIDType value)
value - allowed object is
ProfileIDTypepublic ProfileExecutionIDType getProfileExecutionID()
ProfileExecutionIDTypepublic void setProfileExecutionID(ProfileExecutionIDType value)
value - allowed object is
ProfileExecutionIDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic CopyIndicatorType getCopyIndicator()
CopyIndicatorTypepublic void setCopyIndicator(CopyIndicatorType value)
value - allowed object is
CopyIndicatorTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic TenderTypeCodeType getTenderTypeCode()
TenderTypeCodeTypepublic void setTenderTypeCode(TenderTypeCodeType value)
value - allowed object is
TenderTypeCodeTypepublic ContractFolderIDType getContractFolderID()
ContractFolderIDTypepublic void setContractFolderID(ContractFolderIDType value)
value - allowed object is
ContractFolderIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic List<ContractNameType> getContractName()
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 contractName property.
For example, to add a new item, do as follows:
getContractName().add(newItem);
Objects of the following type(s) are allowed in the list
ContractNameType
public 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 PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic 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 List<SignatureType> getSignature()
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 signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureType
public PartyType getTendererParty()
PartyTypepublic void setTendererParty(PartyType value)
value - allowed object is
PartyTypepublic DocumentReferenceType getTendererQualificationDocumentReference()
DocumentReferenceTypepublic void setTendererQualificationDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic List<PartyType> getSubcontractorParty()
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 subcontractorParty property.
For example, to add a new item, do as follows:
getSubcontractorParty().add(newItem);
Objects of the following type(s) are allowed in the list
PartyType
public ContractingPartyType getContractingParty()
ContractingPartyTypepublic void setContractingParty(ContractingPartyType value)
value - allowed object is
ContractingPartyTypepublic CustomerPartyType getOriginatorCustomerParty()
CustomerPartyTypepublic void setOriginatorCustomerParty(CustomerPartyType value)
value - allowed object is
CustomerPartyTypepublic List<TenderedProjectType> getTenderedProject()
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 tenderedProject property.
For example, to add a new item, do as follows:
getTenderedProject().add(newItem);
Objects of the following type(s) are allowed in the list
TenderedProjectType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.