|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.SliceTableMapping
public class SliceTableMapping
A mapping to a table that provides data for a slice.
Java class for SliceTableMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SliceTableMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mapDimension" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> </restriction> </complexContent> </complexType> </element> <element name="mapMetric" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
SliceTableMapping.MapDimension
Java class for anonymous complex type. |
static class |
SliceTableMapping.MapMetric
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
SliceTableMapping()
|
Method Summary | |
---|---|
java.util.List<SliceTableMapping.MapDimension> |
getMapDimension()
Gets the value of the mapDimension property. |
java.util.List<SliceTableMapping.MapMetric> |
getMapMetric()
Gets the value of the mapMetric property. |
javax.xml.namespace.QName |
getRef()
Gets the value of the ref property. |
void |
setRef(javax.xml.namespace.QName value)
Sets the value of the ref property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SliceTableMapping()
Method Detail |
---|
public java.util.List<SliceTableMapping.MapDimension> getMapDimension()
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 mapDimension property.
For example, to add a new item, do as follows:
getMapDimension().add(newItem);
Objects of the following type(s) are allowed in the list
SliceTableMapping.MapDimension
public java.util.List<SliceTableMapping.MapMetric> getMapMetric()
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 mapMetric property.
For example, to add a new item, do as follows:
getMapMetric().add(newItem);
Objects of the following type(s) are allowed in the list
SliceTableMapping.MapMetric
public javax.xml.namespace.QName getRef()
QName
public void setRef(javax.xml.namespace.QName value)
value
- allowed object is
QName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |