public class PivotTransformationType extends Object
Java class for pivotTransformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pivotTransformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="transformation" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="fromAttribute" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="toAttribute" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="pivotOrigin" type="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}pivotOriginType" default="BOTH" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
PivotTransformationType.Transformation
Java class for anonymous complex type.
|
Constructor and Description |
---|
PivotTransformationType() |
Modifier and Type | Method and Description |
---|---|
List<PivotTransformationType.Transformation> |
getTransformation()
Gets the value of the transformation property.
|
public List<PivotTransformationType.Transformation> getTransformation()
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 transformation property.
For example, to add a new item, do as follows:
getTransformation().add(newItem);
Objects of the following type(s) are allowed in the list
PivotTransformationType.Transformation
Copyright © 2005-2024 LSC project. All Rights Reserved.