public class Actions extends Object implements Serializable
Java class for Actions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Actions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://atlasmap.io/v2}AbsoluteValue"/> <element ref="{http://atlasmap.io/v2}Add"/> <element ref="{http://atlasmap.io/v2}AddDays"/> <element ref="{http://atlasmap.io/v2}AddSeconds"/> <element ref="{http://atlasmap.io/v2}Append"/> <element ref="{http://atlasmap.io/v2}Average"/> <element ref="{http://atlasmap.io/v2}Camelize"/> <element ref="{http://atlasmap.io/v2}Capitalize"/> <element ref="{http://atlasmap.io/v2}Ceiling"/> <element ref="{http://atlasmap.io/v2}Concatenate"/> <element ref="{http://atlasmap.io/v2}Contains"/> <element ref="{http://atlasmap.io/v2}ConvertAreaUnit"/> <element ref="{http://atlasmap.io/v2}ConvertDistanceUnit"/> <element ref="{http://atlasmap.io/v2}ConvertMassUnit"/> <element ref="{http://atlasmap.io/v2}ConvertVolumeUnit"/> <element ref="{http://atlasmap.io/v2}CurrentDate"/> <element ref="{http://atlasmap.io/v2}CurrentDateTime"/> <element ref="{http://atlasmap.io/v2}CurrentTime"/> <element ref="{http://atlasmap.io/v2}CustomAction"/> <element ref="{http://atlasmap.io/v2}DayOfMonth"/> <element ref="{http://atlasmap.io/v2}DayOfWeek"/> <element ref="{http://atlasmap.io/v2}DayOfYear"/> <element ref="{http://atlasmap.io/v2}Divide"/> <element ref="{http://atlasmap.io/v2}EndsWith"/> <element ref="{http://atlasmap.io/v2}Equals"/> <element ref="{http://atlasmap.io/v2}FileExtension"/> <element ref="{http://atlasmap.io/v2}Floor"/> <element ref="{http://atlasmap.io/v2}Format"/> <element ref="{http://atlasmap.io/v2}GenerateUUID"/> <element ref="{http://atlasmap.io/v2}IndexOf"/> <element ref="{http://atlasmap.io/v2}IsNull"/> <element ref="{http://atlasmap.io/v2}ItemAt"/> <element ref="{http://atlasmap.io/v2}LastIndexOf"/> <element ref="{http://atlasmap.io/v2}Length"/> <element ref="{http://atlasmap.io/v2}LowercaseChar"/> <element ref="{http://atlasmap.io/v2}Lowercase"/> <element ref="{http://atlasmap.io/v2}Maximum"/> <element ref="{http://atlasmap.io/v2}Minimum"/> <element ref="{http://atlasmap.io/v2}Multiply"/> <element ref="{http://atlasmap.io/v2}Normalize"/> <element ref="{http://atlasmap.io/v2}PadStringLeft"/> <element ref="{http://atlasmap.io/v2}PadStringRight"/> <element ref="{http://atlasmap.io/v2}Prepend"/> <element ref="{http://atlasmap.io/v2}RemoveFileExtension"/> <element ref="{http://atlasmap.io/v2}ReplaceAll"/> <element ref="{http://atlasmap.io/v2}ReplaceFirst"/> <element ref="{http://atlasmap.io/v2}Round"/> <element ref="{http://atlasmap.io/v2}SeparateByDash"/> <element ref="{http://atlasmap.io/v2}SeparateByUnderscore"/> <element ref="{http://atlasmap.io/v2}Split"/> <element ref="{http://atlasmap.io/v2}StartsWith"/> <element ref="{http://atlasmap.io/v2}SubString"/> <element ref="{http://atlasmap.io/v2}SubStringAfter"/> <element ref="{http://atlasmap.io/v2}SubStringBefore"/> <element ref="{http://atlasmap.io/v2}Subtract"/> <element ref="{http://atlasmap.io/v2}Trim"/> <element ref="{http://atlasmap.io/v2}TrimLeft"/> <element ref="{http://atlasmap.io/v2}TrimRight"/> <element ref="{http://atlasmap.io/v2}Uppercase"/> <element ref="{http://atlasmap.io/v2}UppercaseChar"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Actions() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
getActions()
Gets the value of the actions property.
|
public List<Action> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
AbsoluteValue
Add
AddDays
AddSeconds
Append
Average
Camelize
Capitalize
Ceiling
Concatenate
Contains
ConvertAreaUnit
ConvertDistanceUnit
ConvertMassUnit
ConvertVolumeUnit
CurrentDate
CurrentDateTime
CurrentTime
CustomAction
DayOfMonth
DayOfWeek
DayOfYear
Divide
EndsWith
Equals
FileExtension
Floor
Format
GenerateUUID
IndexOf
IsNull
ItemAt
LastIndexOf
Length
LowercaseChar
Lowercase
Maximum
Minimum
Multiply
Normalize
PadStringLeft
PadStringRight
Prepend
RemoveFileExtension
ReplaceAll
ReplaceFirst
Round
SeparateByDash
SeparateByUnderscore
Split
StartsWith
SubString
SubStringAfter
SubStringBefore
Subtract
Trim
TrimLeft
TrimRight
Uppercase
UppercaseChar
Copyright © 2018 JBoss by Red Hat. All rights reserved.