Class Data
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.Data
-
public class Data extends java.lang.Object
Java class for data complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="data"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{}i18nStringType"/> <element name="placeholder" type="{}i18nStringType" minOccurs="0"/> <element name="desc" type="{}i18nStringType" minOccurs="0"/> <choice> <element name="values" type="{}i18nStringTypeWithExpression" maxOccurs="unbounded" minOccurs="0"/> <element name="options" type="{}options" minOccurs="0"/> </choice> <choice> <element name="valid" type="{}valid" maxOccurs="unbounded" minOccurs="0"/> <element name="validations" type="{}validations" minOccurs="0"/> </choice> <choice> <element name="init" type="{}init" minOccurs="0"/> <element name="inits" type="{}inits" minOccurs="0"/> </choice> <element name="format" type="{}format" minOccurs="0"/> <choice> <element name="view" type="{}fieldView" minOccurs="0"/> </choice> <element name="component" type="{}component" minOccurs="0"/> <element name="encryption" type="{}encryption" minOccurs="0"/> <choice> <element name="action" type="{}action" maxOccurs="unbounded" minOccurs="0"/> <element name="event" type="{}dataEvent" maxOccurs="unbounded" minOccurs="0"/> </choice> <element name="actionRef" type="{}actionRef" maxOccurs="unbounded" minOccurs="0"/> <element name="documentRef" type="{}documentRef" minOccurs="0"/> <element name="storage" type="{}storage" minOccurs="0"/> <element name="remote" type="{}remote" minOccurs="0"/> <element name="length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="allowedNets" type="{}allowedNets" minOccurs="0"/> </sequence> <attribute name="type" use="required" type="{}data_type" /> <attribute name="immediate" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Action>
action
protected java.util.List<ActionRef>
actionRef
protected AllowedNets
allowedNets
protected Component
component
protected I18NStringType
desc
protected DocumentRef
documentRef
protected Encryption
encryption
protected java.util.List<DataEvent>
event
protected Format
format
protected java.lang.String
id
protected java.lang.Boolean
immediate
protected Init
init
protected Inits
inits
protected java.lang.Integer
length
protected Options
options
protected I18NStringType
placeholder
protected java.lang.String
remote
protected Storage
storage
protected I18NStringType
title
protected DataType
type
protected java.util.List<Valid>
valid
protected Validations
validations
protected java.util.List<I18NStringTypeWithExpression>
values
protected FieldView
view
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Action>
getAction()
Gets the value of the action property.java.util.List<ActionRef>
getActionRef()
Gets the value of the actionRef property.AllowedNets
getAllowedNets()
Gets the value of the allowedNets property.Component
getComponent()
Gets the value of the component property.I18NStringType
getDesc()
Gets the value of the desc property.DocumentRef
getDocumentRef()
Gets the value of the documentRef property.Encryption
getEncryption()
Gets the value of the encryption property.java.util.List<DataEvent>
getEvent()
Gets the value of the event property.Format
getFormat()
Gets the value of the format property.java.lang.String
getId()
Gets the value of the id property.Init
getInit()
Gets the value of the init property.Inits
getInits()
Gets the value of the inits property.java.lang.Integer
getLength()
Gets the value of the length property.Options
getOptions()
Gets the value of the options property.I18NStringType
getPlaceholder()
Gets the value of the placeholder property.java.lang.String
getRemote()
Gets the value of the remote property.Storage
getStorage()
Gets the value of the storage property.I18NStringType
getTitle()
Gets the value of the title property.DataType
getType()
Gets the value of the type property.java.util.List<Valid>
getValid()
Gets the value of the valid property.Validations
getValidations()
Gets the value of the validations property.java.util.List<I18NStringTypeWithExpression>
getValues()
Gets the value of the values property.FieldView
getView()
Gets the value of the view property.java.lang.Boolean
isImmediate()
Gets the value of the immediate property.void
setAllowedNets(AllowedNets value)
Sets the value of the allowedNets property.void
setComponent(Component value)
Sets the value of the component property.void
setDesc(I18NStringType value)
Sets the value of the desc property.void
setDocumentRef(DocumentRef value)
Sets the value of the documentRef property.void
setEncryption(Encryption value)
Sets the value of the encryption property.void
setFormat(Format value)
Sets the value of the format property.void
setId(java.lang.String value)
Sets the value of the id property.void
setImmediate(java.lang.Boolean value)
Sets the value of the immediate property.void
setInit(Init value)
Sets the value of the init property.void
setInits(Inits value)
Sets the value of the inits property.void
setLength(java.lang.Integer value)
Sets the value of the length property.void
setOptions(Options value)
Sets the value of the options property.void
setPlaceholder(I18NStringType value)
Sets the value of the placeholder property.void
setRemote(java.lang.String value)
Sets the value of the remote property.void
setStorage(Storage value)
Sets the value of the storage property.void
setTitle(I18NStringType value)
Sets the value of the title property.void
setType(DataType value)
Sets the value of the type property.void
setValidations(Validations value)
Sets the value of the validations property.void
setView(FieldView value)
Sets the value of the view property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
title
protected I18NStringType title
-
placeholder
protected I18NStringType placeholder
-
desc
protected I18NStringType desc
-
values
protected java.util.List<I18NStringTypeWithExpression> values
-
options
protected Options options
-
valid
protected java.util.List<Valid> valid
-
validations
protected Validations validations
-
init
protected Init init
-
inits
protected Inits inits
-
format
protected Format format
-
view
protected FieldView view
-
component
protected Component component
-
encryption
protected Encryption encryption
-
action
protected java.util.List<Action> action
-
event
protected java.util.List<DataEvent> event
-
actionRef
protected java.util.List<ActionRef> actionRef
-
documentRef
protected DocumentRef documentRef
-
storage
protected Storage storage
-
remote
protected java.lang.String remote
-
length
protected java.lang.Integer length
-
allowedNets
protected AllowedNets allowedNets
-
type
protected DataType type
-
immediate
protected java.lang.Boolean immediate
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getTitle
public I18NStringType getTitle()
Gets the value of the title property.- Returns:
- possible object is
I18NStringType
-
setTitle
public void setTitle(I18NStringType value)
Sets the value of the title property.- Parameters:
value
- allowed object isI18NStringType
-
getPlaceholder
public I18NStringType getPlaceholder()
Gets the value of the placeholder property.- Returns:
- possible object is
I18NStringType
-
setPlaceholder
public void setPlaceholder(I18NStringType value)
Sets the value of the placeholder property.- Parameters:
value
- allowed object isI18NStringType
-
getDesc
public I18NStringType getDesc()
Gets the value of the desc property.- Returns:
- possible object is
I18NStringType
-
setDesc
public void setDesc(I18NStringType value)
Sets the value of the desc property.- Parameters:
value
- allowed object isI18NStringType
-
getValues
public java.util.List<I18NStringTypeWithExpression> getValues()
Gets the value of the values property.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 values property.For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
I18NStringTypeWithExpression
-
getOptions
public Options getOptions()
Gets the value of the options property.- Returns:
- possible object is
Options
-
setOptions
public void setOptions(Options value)
Sets the value of the options property.- Parameters:
value
- allowed object isOptions
-
getValid
public java.util.List<Valid> getValid()
Gets the value of the valid property.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 valid property.For example, to add a new item, do as follows:
getValid().add(newItem);
Objects of the following type(s) are allowed in the list
Valid
-
getValidations
public Validations getValidations()
Gets the value of the validations property.- Returns:
- possible object is
Validations
-
setValidations
public void setValidations(Validations value)
Sets the value of the validations property.- Parameters:
value
- allowed object isValidations
-
setInit
public void setInit(Init value)
Sets the value of the init property.- Parameters:
value
- allowed object isInit
-
getInits
public Inits getInits()
Gets the value of the inits property.- Returns:
- possible object is
Inits
-
setInits
public void setInits(Inits value)
Sets the value of the inits property.- Parameters:
value
- allowed object isInits
-
getFormat
public Format getFormat()
Gets the value of the format property.- Returns:
- possible object is
Format
-
setFormat
public void setFormat(Format value)
Sets the value of the format property.- Parameters:
value
- allowed object isFormat
-
getView
public FieldView getView()
Gets the value of the view property.- Returns:
- possible object is
FieldView
-
setView
public void setView(FieldView value)
Sets the value of the view property.- Parameters:
value
- allowed object isFieldView
-
getComponent
public Component getComponent()
Gets the value of the component property.- Returns:
- possible object is
Component
-
setComponent
public void setComponent(Component value)
Sets the value of the component property.- Parameters:
value
- allowed object isComponent
-
getEncryption
public Encryption getEncryption()
Gets the value of the encryption property.- Returns:
- possible object is
Encryption
-
setEncryption
public void setEncryption(Encryption value)
Sets the value of the encryption property.- Parameters:
value
- allowed object isEncryption
-
getAction
public java.util.List<Action> getAction()
Gets the value of the action property.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 action property.For example, to add a new item, do as follows:
getAction().add(newItem);
Objects of the following type(s) are allowed in the list
Action
-
getEvent
public java.util.List<DataEvent> getEvent()
Gets the value of the event property.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 event property.For example, to add a new item, do as follows:
getEvent().add(newItem);
Objects of the following type(s) are allowed in the list
DataEvent
-
getActionRef
public java.util.List<ActionRef> getActionRef()
Gets the value of the actionRef property.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 actionRef property.For example, to add a new item, do as follows:
getActionRef().add(newItem);
Objects of the following type(s) are allowed in the list
ActionRef
-
getDocumentRef
public DocumentRef getDocumentRef()
Gets the value of the documentRef property.- Returns:
- possible object is
DocumentRef
-
setDocumentRef
public void setDocumentRef(DocumentRef value)
Sets the value of the documentRef property.- Parameters:
value
- allowed object isDocumentRef
-
getStorage
public Storage getStorage()
Gets the value of the storage property.- Returns:
- possible object is
Storage
-
setStorage
public void setStorage(Storage value)
Sets the value of the storage property.- Parameters:
value
- allowed object isStorage
-
getRemote
public java.lang.String getRemote()
Gets the value of the remote property.- Returns:
- possible object is
String
-
setRemote
public void setRemote(java.lang.String value)
Sets the value of the remote property.- Parameters:
value
- allowed object isString
-
getLength
public java.lang.Integer getLength()
Gets the value of the length property.- Returns:
- possible object is
Integer
-
setLength
public void setLength(java.lang.Integer value)
Sets the value of the length property.- Parameters:
value
- allowed object isInteger
-
getAllowedNets
public AllowedNets getAllowedNets()
Gets the value of the allowedNets property.- Returns:
- possible object is
AllowedNets
-
setAllowedNets
public void setAllowedNets(AllowedNets value)
Sets the value of the allowedNets property.- Parameters:
value
- allowed object isAllowedNets
-
getType
public DataType getType()
Gets the value of the type property.- Returns:
- possible object is
DataType
-
setType
public void setType(DataType value)
Sets the value of the type property.- Parameters:
value
- allowed object isDataType
-
isImmediate
public java.lang.Boolean isImmediate()
Gets the value of the immediate property.- Returns:
- possible object is
Boolean
-
setImmediate
public void setImmediate(java.lang.Boolean value)
Sets the value of the immediate property.- Parameters:
value
- allowed object isBoolean
-
-