@CodingStyleguideUnaware public class DomesticEvidenceType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DomesticEvidenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DomesticEvidenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DomesticEvidenceType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
com.helger.xsds.ccts.cct.schemamodule.TextType |
getAdditionalInfo()
Gets the value of the additionalInfo property.
|
String |
getDataLanguage()
Gets the value of the dataLanguage property.
|
byte[] |
getEvidenceData()
Gets the value of the evidenceData property.
|
IssuingTypeType |
getIssuingType()
Gets the value of the issuingType property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAdditionalInfo(com.helger.xsds.ccts.cct.schemamodule.TextType value)
Sets the value of the additionalInfo property.
|
void |
setDataLanguage(String value)
Sets the value of the dataLanguage property.
|
void |
setEvidenceData(byte[] value)
Sets the value of the evidenceData property.
|
void |
setIssuingType(IssuingTypeType value)
Sets the value of the issuingType property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DomesticEvidenceType()
@Nullable public IssuingTypeType getIssuingType()
IssuingTypeTypepublic void setIssuingType(@Nullable IssuingTypeType value)
value - allowed object is
IssuingTypeType@Nullable public String getMimeType()
Stringpublic void setMimeType(@Nullable String value)
value - allowed object is
String@Nullable public String getDataLanguage()
Stringpublic void setDataLanguage(@Nullable String value)
value - allowed object is
String@Nullable public byte[] getEvidenceData()
public void setEvidenceData(@Nullable byte[] value)
value - allowed object is
byte[]@Nullable public com.helger.xsds.ccts.cct.schemamodule.TextType getAdditionalInfo()
TextTypepublic void setAdditionalInfo(@Nullable com.helger.xsds.ccts.cct.schemamodule.TextType value)
value - allowed object is
TextType@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DomesticEvidenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DomesticEvidenceType clone()
Copyright © 2021–2022 de4a. All rights reserved.