@CodingStyleguideUnaware public class DimensionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DimensionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DimensionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DimensionType 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
|
AttributeIDType |
getAttributeID()
<pre>
<?
|
String |
getAttributeIDValue()
Get the value of the contained AttributeIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumMeasureType |
getMaximumMeasure()
<pre>
<?
|
BigDecimal |
getMaximumMeasureValue()
Get the value of the contained MaximumMeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MeasureType |
getMeasure()
<pre>
<?
|
BigDecimal |
getMeasureValue()
Get the value of the contained MeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MinimumMeasureType |
getMinimumMeasure()
<pre>
<?
|
BigDecimal |
getMinimumMeasureValue()
Get the value of the contained MinimumMeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAttributeID(AttributeIDType value)
Sets the value of the attributeID property.
|
AttributeIDType |
setAttributeID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumMeasureType |
setMaximumMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumMeasure(MaximumMeasureType value)
Sets the value of the maximumMeasure property.
|
MeasureType |
setMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMeasure(MeasureType value)
Sets the value of the measure property.
|
MinimumMeasureType |
setMinimumMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMinimumMeasure(MinimumMeasureType value)
Sets the value of the minimumMeasure property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DimensionType()
@Nullable public AttributeIDType getAttributeID()
AttributeIDTypepublic void setAttributeID(@Nullable AttributeIDType value)
value - allowed object is
AttributeIDType@Nullable public MeasureType getMeasure()
MeasureTypepublic void setMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public MinimumMeasureType getMinimumMeasure()
MinimumMeasureTypepublic void setMinimumMeasure(@Nullable MinimumMeasureType value)
value - allowed object is
MinimumMeasureType@Nullable public MaximumMeasureType getMaximumMeasure()
MaximumMeasureTypepublic void setMaximumMeasure(@Nullable MaximumMeasureType value)
value - allowed object is
MaximumMeasureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull DimensionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DimensionType clone()
@Nonnull public AttributeIDType setAttributeID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MeasureType setMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MinimumMeasureType setMinimumMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumMeasureType setMaximumMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getAttributeIDValue()
@Nullable public BigDecimal getMeasureValue()
@Nullable public BigDecimal getMinimumMeasureValue()
@Nullable public BigDecimal getMaximumMeasureValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.