@CodingStyleguideUnaware public class AttachmentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
AttachmentType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AttachmentType 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
|
EmbeddedDocumentType |
getEmbeddedDocument()
<pre>
<?
|
EmbeddedDocumentBinaryObjectType |
getEmbeddedDocumentBinaryObject()
<pre>
<?
|
byte[] |
getEmbeddedDocumentBinaryObjectValue()
Get the value of the contained EmbeddedDocumentBinaryObjectType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getEmbeddedDocumentValue()
Get the value of the contained EmbeddedDocumentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ExternalReferenceType |
getExternalReference()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setEmbeddedDocument(EmbeddedDocumentType value)
Sets the value of the embeddedDocument property.
|
EmbeddedDocumentType |
setEmbeddedDocument(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EmbeddedDocumentBinaryObjectType |
setEmbeddedDocumentBinaryObject(byte[] valueParam)
Special setter with value of type byte[]<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setEmbeddedDocumentBinaryObject(EmbeddedDocumentBinaryObjectType value)
Sets the value of the embeddedDocumentBinaryObject property.
|
void |
setExternalReference(ExternalReferenceType value)
Sets the value of the externalReference property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AttachmentType()
@Nullable public EmbeddedDocumentBinaryObjectType getEmbeddedDocumentBinaryObject()
EmbeddedDocumentBinaryObjectTypepublic void setEmbeddedDocumentBinaryObject(@Nullable EmbeddedDocumentBinaryObjectType value)
value - allowed object is
EmbeddedDocumentBinaryObjectType@Nullable public EmbeddedDocumentType getEmbeddedDocument()
EmbeddedDocumentTypepublic void setEmbeddedDocument(@Nullable EmbeddedDocumentType value)
value - allowed object is
EmbeddedDocumentType@Nullable public ExternalReferenceType getExternalReference()
ExternalReferenceTypepublic void setExternalReference(@Nullable ExternalReferenceType value)
value - allowed object is
ExternalReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AttachmentType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public AttachmentType clone()
@Nonnull public EmbeddedDocumentBinaryObjectType setEmbeddedDocumentBinaryObject(@Nullable byte[] valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EmbeddedDocumentType setEmbeddedDocument(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public byte[] getEmbeddedDocumentBinaryObjectValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.