@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
|
MaximumCopiesNumericType |
getMaximumCopiesNumeric()
<pre>
<?
|
BigDecimal |
getMaximumCopiesNumericValue()
Get the value of the contained MaximumCopiesNumericType 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
|
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.
|
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 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 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 MaximumCopiesNumericType setMaximumCopiesNumeric(@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 getPrintQualifierValue()
@Nullable public BigDecimal getMaximumCopiesNumericValue()
Copyright © 2014–2021 Philip Helger. All rights reserved.