Class EntityField


  • public class EntityField
    extends Object

    Java class for entityField complex type.

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

     <complexType name="entityField">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="notNullable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="relType" type="{http://icatproject.org}relType" minOccurs="0"/>
             <element name="stringLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • comment

        protected String comment
      • notNullable

        protected boolean notNullable
      • relType

        protected RelType relType
      • stringLength

        protected Integer stringLength
    • Constructor Detail

      • EntityField

        public EntityField()
    • Method Detail

      • getComment

        public String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

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

        public boolean isNotNullable()
        Gets the value of the notNullable property.
      • setNotNullable

        public void setNotNullable​(boolean value)
        Sets the value of the notNullable property.
      • getRelType

        public RelType getRelType()
        Gets the value of the relType property.
        Returns:
        possible object is RelType
      • setRelType

        public void setRelType​(RelType value)
        Sets the value of the relType property.
        Parameters:
        value - allowed object is RelType
      • getStringLength

        public Integer getStringLength()
        Gets the value of the stringLength property.
        Returns:
        possible object is Integer
      • setStringLength

        public void setStringLength​(Integer value)
        Sets the value of the stringLength property.
        Parameters:
        value - allowed object is Integer
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

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