public class SliceTableMapping extends Object
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>
Modifier and Type | Class and Description |
---|---|
static class |
SliceTableMapping.MapDimension
Java class for anonymous complex type.
|
static class |
SliceTableMapping.MapMetric
Java class for anonymous complex type.
|
Constructor and Description |
---|
SliceTableMapping() |
Modifier and Type | Method and Description |
---|---|
List<SliceTableMapping.MapDimension> |
getMapDimension()
Gets the value of the mapDimension property.
|
List<SliceTableMapping.MapMetric> |
getMapMetric()
Gets the value of the mapMetric property.
|
QName |
getRef()
Gets the value of the ref property.
|
void |
setRef(QName value)
Sets the value of the ref property.
|
public 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 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
Copyright © 2016 Metron, Inc.. All rights reserved.