Class 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="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>
     
    • Constructor Detail

      • Data

        public Data()
    • 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 is String
      • setTitle

        public void setTitle​(I18NStringType value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is I18NStringType
      • 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 is I18NStringType
      • setDesc

        public void setDesc​(I18NStringType value)
        Sets the value of the desc property.
        Parameters:
        value - allowed object is I18NStringType
      • 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 is Options
      • 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 is Validations
      • getInit

        public Init getInit()
        Gets the value of the init property.
        Returns:
        possible object is Init
      • setInit

        public void setInit​(Init value)
        Sets the value of the init property.
        Parameters:
        value - allowed object is Init
      • 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 is Inits
      • 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 is Format
      • 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 is FieldView
      • 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 is Component
      • 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 is Encryption
      • 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 is DocumentRef
      • 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 is String
      • 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 is Integer
      • 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 is AllowedNets
      • 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 is DataType
      • 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 is Boolean