@CodingStyleguideUnaware public class DocumentDistributionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DocumentDistributionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDistributionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DocumentDistributionType 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
|
DocumentTypeCodeType |
getDocumentTypeCode()
<pre>
<?
|
String |
getDocumentTypeCodeValue()
Get the value of the contained DocumentTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumCopiesNumericType |
getMaximumCopiesNumeric()
<pre>
<?
|
BigDecimal |
getMaximumCopiesNumericValue()
Get the value of the contained MaximumCopiesNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumOriginalsNumericType |
getMaximumOriginalsNumeric()
<pre>
<?
|
BigDecimal |
getMaximumOriginalsNumericValue()
Get the value of the contained MaximumOriginalsNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getParty()
<pre>
<?
|
PrintQualifierType |
getPrintQualifier()
<pre>
<?
|
String |
getPrintQualifierValue()
Get the value of the contained PrintQualifierType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDocumentTypeCode(DocumentTypeCodeType value)
Sets the value of the documentTypeCode property.
|
DocumentTypeCodeType |
setDocumentTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumCopiesNumericType |
setMaximumCopiesNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumCopiesNumeric(MaximumCopiesNumericType value)
Sets the value of the maximumCopiesNumeric property.
|
MaximumOriginalsNumericType |
setMaximumOriginalsNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumOriginalsNumeric(MaximumOriginalsNumericType value)
Sets the value of the maximumOriginalsNumeric property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setPrintQualifier(PrintQualifierType value)
Sets the value of the printQualifier property.
|
PrintQualifierType |
setPrintQualifier(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DocumentDistributionType()
@Nullable public DocumentTypeCodeType getDocumentTypeCode()
DocumentTypeCodeTypepublic void setDocumentTypeCode(@Nullable DocumentTypeCodeType value)
value - allowed object is
DocumentTypeCodeType@Nullable public PrintQualifierType getPrintQualifier()
PrintQualifierTypepublic void setPrintQualifier(@Nullable PrintQualifierType value)
value - allowed object is
PrintQualifierType@Nullable public MaximumCopiesNumericType getMaximumCopiesNumeric()
MaximumCopiesNumericTypepublic void setMaximumCopiesNumeric(@Nullable MaximumCopiesNumericType value)
value - allowed object is
MaximumCopiesNumericType@Nullable public MaximumOriginalsNumericType getMaximumOriginalsNumeric()
MaximumOriginalsNumericTypepublic void setMaximumOriginalsNumeric(@Nullable MaximumOriginalsNumericType value)
value - allowed object is
MaximumOriginalsNumericType@Nullable public PartyType getParty()
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DocumentDistributionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DocumentDistributionType clone()
@Nonnull public DocumentTypeCodeType setDocumentTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumCopiesNumericType setMaximumCopiesNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumOriginalsNumericType setMaximumOriginalsNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PrintQualifierType setPrintQualifier(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getDocumentTypeCodeValue()
@Nullable public String getPrintQualifierValue()
@Nullable public BigDecimal getMaximumCopiesNumericValue()
@Nullable public BigDecimal getMaximumOriginalsNumericValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.