Class DomesticEvidenceType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Cloneable

    @CodingStyleguideUnaware
    public class DomesticEvidenceType
    extends Object
    implements com.helger.commons.lang.IExplicitlyCloneable

    Java class for DomesticEvidenceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DomesticEvidenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="IssuingType" type="{http://www.de4a.eu/2020/commons/type}IssuingTypeType"/>
             <element name="MimeType" type="{urn:un:unece:uncefact:codelist:specification:IANAMIMEMediaType:2003}BinaryObjectMimeCodeContentType"/>
             <element name="DataLanguage" type="{http://www.de4a.eu/2020/commons/type}DataLanguageType"/>
             <element name="EvidenceData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="AdditionalInfo" type="{urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2}TextType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

    This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb22-plugin -Xph-tostring

    This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb22-plugin -Xph-value-extender

    • Constructor Detail

      • DomesticEvidenceType

        public DomesticEvidenceType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • getIssuingType

        @Nullable
        public IssuingTypeType getIssuingType()
        Gets the value of the issuingType property.
        Returns:
        possible object is IssuingTypeType
      • setIssuingType

        public void setIssuingType​(@Nullable
                                   IssuingTypeType value)
        Sets the value of the issuingType property.
        Parameters:
        value - allowed object is IssuingTypeType
      • getMimeType

        @Nullable
        public un.unece.uncefact.codelist.specification.ianamimemediatype._2003.BinaryObjectMimeCodeContentType getMimeType()
        Gets the value of the mimeType property.
        Returns:
        possible object is BinaryObjectMimeCodeContentType
      • setMimeType

        public void setMimeType​(@Nullable
                                un.unece.uncefact.codelist.specification.ianamimemediatype._2003.BinaryObjectMimeCodeContentType value)
        Sets the value of the mimeType property.
        Parameters:
        value - allowed object is BinaryObjectMimeCodeContentType
      • getDataLanguage

        @Nullable
        public String getDataLanguage()
        Gets the value of the dataLanguage property.
        Returns:
        possible object is String
      • setDataLanguage

        public void setDataLanguage​(@Nullable
                                    String value)
        Sets the value of the dataLanguage property.
        Parameters:
        value - allowed object is String
      • getEvidenceData

        @Nullable
        public byte[] getEvidenceData()
        Gets the value of the evidenceData property.
        Returns:
        possible object is byte[]
      • setEvidenceData

        public void setEvidenceData​(@Nullable
                                    byte[] value)
        Sets the value of the evidenceData property.
        Parameters:
        value - allowed object is byte[]
      • getAdditionalInfo

        @Nullable
        public com.helger.xsds.ccts.cct.schemamodule.TextType getAdditionalInfo()
        Gets the value of the additionalInfo property.
        Returns:
        possible object is TextType
      • setAdditionalInfo

        public void setAdditionalInfo​(@Nullable
                                      com.helger.xsds.ccts.cct.schemamodule.TextType value)
        Sets the value of the additionalInfo property.
        Parameters:
        value - allowed object is TextType
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • cloneTo

        public void cloneTo​(@Nonnull
                            DomesticEvidenceType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public DomesticEvidenceType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.