Class 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>
     
    • Constructor Detail

      • EvidenceType

        public EvidenceType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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 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

      • 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 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

      • 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 is PartyType
      • 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 is LanguageType