public class CTMeasureDimensionMap extends Object implements Child
Java class for CT_MeasureDimensionMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MeasureDimensionMap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="measureGroup" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="dimension" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
dimension |
protected Long |
measureGroup |
| Constructor and Description |
|---|
CTMeasureDimensionMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getDimension()
Gets the value of the dimension property.
|
Long |
getMeasureGroup()
Gets the value of the measureGroup property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDimension(Long value)
Sets the value of the dimension property.
|
void |
setMeasureGroup(Long value)
Sets the value of the measureGroup property.
|
void |
setParent(Object parent) |
public Long getMeasureGroup()
Longpublic void setMeasureGroup(Long value)
value - allowed object is
Longpublic Long getDimension()
Longpublic void setDimension(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.