@CodingStyleguideUnaware public class SpatialDimensionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SpatialDimensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpatialDimensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValueMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="TypeCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}DimensionTypeCodeType" minOccurs="0"/>
<element name="Description" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="WidthMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="LengthMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="HeightMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="DiameterMeasure" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}LinearUnitMeasureType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
SpatialDimensionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SpatialDimensionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SpatialDimensionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<TextType> |
getDescription()
Gets the value of the description property.
|
TextType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LinearUnitMeasureType |
getDiameterMeasure()
Gets the value of the diameterMeasure property.
|
BigDecimal |
getDiameterMeasureValue()
Get the value of the contained LinearUnitMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
getHeightMeasure()
Gets the value of the heightMeasure property.
|
BigDecimal |
getHeightMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
getLengthMeasure()
Gets the value of the lengthMeasure property.
|
BigDecimal |
getLengthMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DimensionTypeCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained DimensionTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
getValueMeasure()
Gets the value of the valueMeasure property.
|
BigDecimal |
getValueMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
getWidthMeasure()
Gets the value of the widthMeasure property.
|
BigDecimal |
getWidthMeasureValue()
Get the value of the contained MeasureType object
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 |
setDescription(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LinearUnitMeasureType |
setDiameterMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDiameterMeasure(LinearUnitMeasureType value)
Sets the value of the diameterMeasure property.
|
MeasureType |
setHeightMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setHeightMeasure(MeasureType value)
Sets the value of the heightMeasure property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
setLengthMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLengthMeasure(MeasureType value)
Sets the value of the lengthMeasure property.
|
void |
setTypeCode(DimensionTypeCodeType value)
Sets the value of the typeCode property.
|
DimensionTypeCodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MeasureType |
setValueMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setValueMeasure(MeasureType value)
Sets the value of the valueMeasure property.
|
MeasureType |
setWidthMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setWidthMeasure(MeasureType value)
Sets the value of the widthMeasure property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SpatialDimensionType()
@Nullable public MeasureType getValueMeasure()
MeasureTypepublic void setValueMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public DimensionTypeCodeType getTypeCode()
DimensionTypeCodeTypepublic void setTypeCode(@Nullable DimensionTypeCodeType value)
value - allowed object is
DimensionTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public MeasureType getWidthMeasure()
MeasureTypepublic void setWidthMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public MeasureType getLengthMeasure()
MeasureTypepublic void setLengthMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public MeasureType getHeightMeasure()
MeasureTypepublic void setHeightMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public LinearUnitMeasureType getDiameterMeasure()
LinearUnitMeasureTypepublic void setDiameterMeasure(@Nullable LinearUnitMeasureType value)
value - allowed object is
LinearUnitMeasureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public TextType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull TextType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SpatialDimensionType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public SpatialDimensionType clone()
@Nonnull public DimensionTypeCodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LinearUnitMeasureType setDiameterMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setValueMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setWidthMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setLengthMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setHeightMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getValueMeasureValue()
null@Nullable public String getTypeCodeValue()
null@Nullable public BigDecimal getWidthMeasureValue()
null@Nullable public BigDecimal getLengthMeasureValue()
null@Nullable public BigDecimal getHeightMeasureValue()
null@Nullable public String getIDValue()
null@Nullable public BigDecimal getDiameterMeasureValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.