Class EvidenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EvidenceType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CandidateStatementType>candidateStatementprotected List<DescriptionType>descriptionprotected DocumentReferenceTypedocumentReferenceprotected PartyTypeevidenceIssuingPartyprotected EvidenceTypeCodeTypeevidenceTypeCodeprotected IDTypeidprotected LanguageTypelanguage
-
Constructor Summary
Constructors Constructor Description EvidenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CandidateStatementType>getCandidateStatement()Gets the value of the candidateStatement property.List<DescriptionType>getDescription()Gets the value of the description property.DocumentReferenceTypegetDocumentReference()Gets the value of the documentReference property.PartyTypegetEvidenceIssuingParty()Gets the value of the evidenceIssuingParty property.EvidenceTypeCodeTypegetEvidenceTypeCode()Gets the value of the evidenceTypeCode property.IDTypegetID()Gets the value of the id property.LanguageTypegetLanguage()Gets the value of the language property.voidsetDocumentReference(DocumentReferenceType value)Sets the value of the documentReference property.voidsetEvidenceIssuingParty(PartyType value)Sets the value of the evidenceIssuingParty property.voidsetEvidenceTypeCode(EvidenceTypeCodeType value)Sets the value of the evidenceTypeCode property.voidsetID(IDType value)Sets the value of the id property.voidsetLanguage(LanguageType value)Sets the value of the language property.
-
-
-
Field Detail
-
id
protected IDType id
-
evidenceTypeCode
protected EvidenceTypeCodeType evidenceTypeCode
-
description
protected List<DescriptionType> description
-
candidateStatement
protected List<CandidateStatementType> candidateStatement
-
evidenceIssuingParty
protected PartyType evidenceIssuingParty
-
documentReference
protected DocumentReferenceType documentReference
-
language
protected LanguageType language
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getEvidenceTypeCode
public EvidenceTypeCodeType getEvidenceTypeCode()
Gets the value of the evidenceTypeCode property.- Returns:
- possible object is
EvidenceTypeCodeType
-
setEvidenceTypeCode
public void setEvidenceTypeCode(EvidenceTypeCodeType value)
Sets the value of the evidenceTypeCode property.- Parameters:
value- allowed object isEvidenceTypeCodeType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 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
-
getCandidateStatement
public List<CandidateStatementType> getCandidateStatement()
Gets the value of the candidateStatement 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 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
-
getEvidenceIssuingParty
public PartyType getEvidenceIssuingParty()
Gets the value of the evidenceIssuingParty property.- Returns:
- possible object is
PartyType
-
setEvidenceIssuingParty
public void setEvidenceIssuingParty(PartyType value)
Sets the value of the evidenceIssuingParty property.- Parameters:
value- allowed object isPartyType
-
getDocumentReference
public DocumentReferenceType getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReferenceType
-
setDocumentReference
public void setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReferenceType
-
getLanguage
public LanguageType getLanguage()
Gets the value of the language property.- Returns:
- possible object is
LanguageType
-
setLanguage
public void setLanguage(LanguageType value)
Sets the value of the language property.- Parameters:
value- allowed object isLanguageType
-
-