|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.BaseDimensionBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.BaseDimensionType
public abstract class BaseDimensionType
BaseDimensionType is an abstract base type which defines the basic structure of all dimensions.
Java class for BaseDimensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseDimensionType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}BaseDimensionBaseType">
<sequence>
<element name="ConceptRole" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ConceptReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="position" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="type" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DimensionTypeType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ConceptReferenceType> |
conceptRole
|
protected Integer |
position
|
protected DimensionTypeType |
type
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType |
|---|
conceptIdentity, localRepresentation |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
id, uri, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
BaseDimensionType()
|
|
| Method Summary | |
|---|---|
List<ConceptReferenceType> |
getConceptRole()
Gets the value of the conceptRole property. |
Integer |
getPosition()
Gets the value of the position property. |
DimensionTypeType |
getType()
Gets the value of the type property. |
void |
setPosition(Integer value)
Sets the value of the position property. |
void |
setType(DimensionTypeType value)
Sets the value of the type property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType |
|---|
getConceptIdentity, getLocalRepresentation, setConceptIdentity, setLocalRepresentation |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
getId, getUri, getUrn, setId, setUri, setUrn |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ConceptReferenceType> conceptRole
protected Integer position
protected DimensionTypeType type
| Constructor Detail |
|---|
public BaseDimensionType()
| Method Detail |
|---|
public List<ConceptReferenceType> getConceptRole()
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 conceptRole property.
For example, to add a new item, do as follows:
getConceptRole().add(newItem);
Objects of the following type(s) are allowed in the list
ConceptReferenceType
public Integer getPosition()
Integerpublic void setPosition(Integer value)
value - allowed object is
Integerpublic DimensionTypeType getType()
DimensionTypeTypepublic void setType(DimensionTypeType value)
value - allowed object is
DimensionTypeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||