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>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected String |
name |
protected boolean |
notNullable |
protected RelType |
relType |
protected Integer |
stringLength |
protected String |
type |
Constructor and Description |
---|
EntityField() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getName()
Gets the value of the name property.
|
RelType |
getRelType()
Gets the value of the relType property.
|
Integer |
getStringLength()
Gets the value of the stringLength property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isNotNullable()
Gets the value of the notNullable property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotNullable(boolean value)
Sets the value of the notNullable property.
|
void |
setRelType(RelType value)
Sets the value of the relType property.
|
void |
setStringLength(Integer value)
Sets the value of the stringLength property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String comment
protected String name
protected boolean notNullable
protected RelType relType
protected Integer stringLength
protected String type
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isNotNullable()
public void setNotNullable(boolean value)
public RelType getRelType()
RelType
public void setRelType(RelType value)
value
- allowed object is
RelType
public Integer getStringLength()
Integer
public void setStringLength(Integer value)
value
- allowed object is
Integer
public String getType()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.