public class EvidenceType extends Object
Java class for EvidenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvidenceType">
<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}EvidenceTypeCode" 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:CommonBasicComponents-2}CandidateStatement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EvidenceIssuingParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Language" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CandidateStatementType> |
candidateStatement |
protected List<DescriptionType> |
description |
protected DocumentReferenceType |
documentReference |
protected PartyType |
evidenceIssuingParty |
protected EvidenceTypeCodeType |
evidenceTypeCode |
protected IDType |
id |
protected LanguageType |
language |
| Constructor and Description |
|---|
EvidenceType() |
| Modifier and Type | Method and Description |
|---|---|
List<CandidateStatementType> |
getCandidateStatement()
Gets the value of the candidateStatement property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DocumentReferenceType |
getDocumentReference()
Gets the value of the documentReference property.
|
PartyType |
getEvidenceIssuingParty()
Gets the value of the evidenceIssuingParty property.
|
EvidenceTypeCodeType |
getEvidenceTypeCode()
Gets the value of the evidenceTypeCode property.
|
IDType |
getID()
Gets the value of the id property.
|
LanguageType |
getLanguage()
Gets the value of the language property.
|
void |
setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.
|
void |
setEvidenceIssuingParty(PartyType value)
Sets the value of the evidenceIssuingParty property.
|
void |
setEvidenceTypeCode(EvidenceTypeCodeType value)
Sets the value of the evidenceTypeCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLanguage(LanguageType value)
Sets the value of the language property.
|
protected IDType id
protected EvidenceTypeCodeType evidenceTypeCode
protected List<DescriptionType> description
protected List<CandidateStatementType> candidateStatement
protected PartyType evidenceIssuingParty
protected DocumentReferenceType documentReference
protected LanguageType language
public void setID(IDType value)
value - allowed object is
IDTypepublic EvidenceTypeCodeType getEvidenceTypeCode()
EvidenceTypeCodeTypepublic void setEvidenceTypeCode(EvidenceTypeCodeType value)
value - allowed object is
EvidenceTypeCodeTypepublic 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 List<CandidateStatementType> getCandidateStatement()
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 candidateStatement property.
For example, to add a new item, do as follows:
getCandidateStatement().add(newItem);
Objects of the following type(s) are allowed in the list
CandidateStatementType
public PartyType getEvidenceIssuingParty()
PartyTypepublic void setEvidenceIssuingParty(PartyType value)
value - allowed object is
PartyTypepublic DocumentReferenceType getDocumentReference()
DocumentReferenceTypepublic void setDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic LanguageType getLanguage()
LanguageTypepublic void setLanguage(LanguageType value)
value - allowed object is
LanguageTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.