Package org.icatproject
Class EntityField
- java.lang.Object
-
- org.icatproject.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>
-
-
Constructor Summary
Constructors Constructor Description EntityField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Gets the value of the comment property.StringgetName()Gets the value of the name property.RelTypegetRelType()Gets the value of the relType property.IntegergetStringLength()Gets the value of the stringLength property.StringgetType()Gets the value of the type property.booleanisNotNullable()Gets the value of the notNullable property.voidsetComment(String value)Sets the value of the comment property.voidsetName(String value)Sets the value of the name property.voidsetNotNullable(boolean value)Sets the value of the notNullable property.voidsetRelType(RelType value)Sets the value of the relType property.voidsetStringLength(Integer value)Sets the value of the stringLength property.voidsetType(String value)Sets the value of the type property.
-
-
-
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 isString
-
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 isString
-
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 isRelType
-
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 isInteger
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
-