public class ContractType extends Object
Java class for ContractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractType">
<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}IssueDate" minOccurs="0"/>
<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}NominationDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NominationTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractType" 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}VersionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" 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}ContractDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NominationPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractualDelivery" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentReferenceType> |
contractDocumentReference |
protected ContractTypeType |
contractType |
protected ContractTypeCodeType |
contractTypeCode |
protected DeliveryType |
contractualDelivery |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected IssueDateType |
issueDate |
protected IssueTimeType |
issueTime |
protected NominationDateType |
nominationDate |
protected PeriodType |
nominationPeriod |
protected NominationTimeType |
nominationTime |
protected List<NoteType> |
note |
protected PeriodType |
validityPeriod |
protected VersionIDType |
versionID |
| Constructor and Description |
|---|
ContractType() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentReferenceType> |
getContractDocumentReference()
Gets the value of the contractDocumentReference property.
|
ContractTypeType |
getContractType()
Gets the value of the contractType property.
|
ContractTypeCodeType |
getContractTypeCode()
Gets the value of the contractTypeCode property.
|
DeliveryType |
getContractualDelivery()
Gets the value of the contractualDelivery property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description 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.
|
NominationDateType |
getNominationDate()
Gets the value of the nominationDate property.
|
PeriodType |
getNominationPeriod()
Gets the value of the nominationPeriod property.
|
NominationTimeType |
getNominationTime()
Gets the value of the nominationTime property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
VersionIDType |
getVersionID()
Gets the value of the versionID property.
|
void |
setContractType(ContractTypeType value)
Sets the value of the contractType property.
|
void |
setContractTypeCode(ContractTypeCodeType value)
Sets the value of the contractTypeCode property.
|
void |
setContractualDelivery(DeliveryType value)
Sets the value of the contractualDelivery 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 |
setNominationDate(NominationDateType value)
Sets the value of the nominationDate property.
|
void |
setNominationPeriod(PeriodType value)
Sets the value of the nominationPeriod property.
|
void |
setNominationTime(NominationTimeType value)
Sets the value of the nominationTime property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
protected IDType id
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected NominationDateType nominationDate
protected NominationTimeType nominationTime
protected ContractTypeCodeType contractTypeCode
protected ContractTypeType contractType
protected VersionIDType versionID
protected List<DescriptionType> description
protected PeriodType validityPeriod
protected List<DocumentReferenceType> contractDocumentReference
protected PeriodType nominationPeriod
protected DeliveryType contractualDelivery
public void setID(IDType value)
value - allowed object is
IDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic NominationDateType getNominationDate()
NominationDateTypepublic void setNominationDate(NominationDateType value)
value - allowed object is
NominationDateTypepublic NominationTimeType getNominationTime()
NominationTimeTypepublic void setNominationTime(NominationTimeType value)
value - allowed object is
NominationTimeTypepublic ContractTypeCodeType getContractTypeCode()
ContractTypeCodeTypepublic void setContractTypeCode(ContractTypeCodeType value)
value - allowed object is
ContractTypeCodeTypepublic ContractTypeType getContractType()
ContractTypeTypepublic void setContractType(ContractTypeType value)
value - allowed object is
ContractTypeTypepublic 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 VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(VersionIDType value)
value - allowed object is
VersionIDTypepublic List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<DocumentReferenceType> getContractDocumentReference()
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 contractDocumentReference property.
For example, to add a new item, do as follows:
getContractDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
public PeriodType getNominationPeriod()
PeriodTypepublic void setNominationPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic DeliveryType getContractualDelivery()
DeliveryTypepublic void setContractualDelivery(DeliveryType value)
value - allowed object is
DeliveryTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.