Class Field


  • public class Field
    extends Object

    Java class for Field complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Field">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{}registryPath" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{}outputString" minOccurs="0"/>
           </sequence>
           <attribute ref="{}name use="required""/>
           <attribute ref="{}type use="required""/>
           <attribute ref="{}default"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Field

        public Field()
    • Method Detail

      • getRegistryPath

        public List<String> getRegistryPath()
        Gets the value of the registryPath 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 registryPath property.

        For example, to add a new item, do as follows:

            getRegistryPath().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getOutputString

        public OutputString getOutputString()
        Gets the value of the outputString property.
        Returns:
        possible object is OutputString
      • setOutputString

        public void setOutputString​(OutputString value)
        Sets the value of the outputString property.
        Parameters:
        value - allowed object is OutputString
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • 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
      • getDefault

        public String getDefault()
        Gets the value of the default property.
        Returns:
        possible object is String
      • setDefault

        public void setDefault​(String value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is String