Package eu.de4a.iem.jaxb.common.types
Class DomesticEvidenceType
- java.lang.Object
-
- eu.de4a.iem.jaxb.common.types.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 Summary
Constructors Constructor Description DomesticEvidenceType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomesticEvidenceTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(DomesticEvidenceType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodecom.helger.xsds.ccts.cct.schemamodule.TextTypegetAdditionalInfo()Gets the value of the additionalInfo property.StringgetDataLanguage()Gets the value of the dataLanguage property.byte[]getEvidenceData()Gets the value of the evidenceData property.IssuingTypeTypegetIssuingType()Gets the value of the issuingType property.un.unece.uncefact.codelist.specification.ianamimemediatype._2003.BinaryObjectMimeCodeContentTypegetMimeType()Gets the value of the mimeType property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAdditionalInfo(com.helger.xsds.ccts.cct.schemamodule.TextType value)Sets the value of the additionalInfo property.voidsetDataLanguage(String value)Sets the value of the dataLanguage property.voidsetEvidenceData(byte[] value)Sets the value of the evidenceData property.voidsetIssuingType(IssuingTypeType value)Sets the value of the issuingType property.voidsetMimeType(un.unece.uncefact.codelist.specification.ianamimemediatype._2003.BinaryObjectMimeCodeContentType value)Sets the value of the mimeType property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
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 isIssuingTypeType
-
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 isBinaryObjectMimeCodeContentType
-
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 isString
-
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 isTextType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull DomesticEvidenceType ret)This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public DomesticEvidenceType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-