|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.Parameter
public class Parameter
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="units" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unitsLongVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="numericValue" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="nonNumericValueFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isSampleParameter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isDataFileParameter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isDataSetParameter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="createId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="modifyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected boolean |
deleted
|
protected java.lang.String |
description
|
protected boolean |
isDataFileParameter
|
protected boolean |
isDataSetParameter
|
protected boolean |
isSampleParameter
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
name
|
protected java.lang.String |
nonNumericValueFormat
|
protected boolean |
numericValue
|
protected boolean |
searchable
|
protected java.lang.String |
units
|
protected java.lang.String |
unitsLongVersion
|
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.Integer |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNonNumericValueFormat()
Gets the value of the nonNumericValueFormat property. |
java.lang.String |
getUnits()
Gets the value of the units property. |
java.lang.String |
getUnitsLongVersion()
Gets the value of the unitsLongVersion property. |
boolean |
isDeleted()
Gets the value of the deleted property. |
boolean |
isIsDataFileParameter()
Gets the value of the isDataFileParameter property. |
boolean |
isIsDataSetParameter()
Gets the value of the isDataSetParameter property. |
boolean |
isIsSampleParameter()
Gets the value of the isSampleParameter property. |
boolean |
isNumericValue()
Gets the value of the numericValue property. |
boolean |
isSearchable()
Gets the value of the searchable property. |
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDeleted()
|
boolean |
isSetDescription()
|
boolean |
isSetIsDataFileParameter()
|
boolean |
isSetIsDataSetParameter()
|
boolean |
isSetIsSampleParameter()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetName()
|
boolean |
isSetNonNumericValueFormat()
|
boolean |
isSetNumericValue()
|
boolean |
isSetSearchable()
|
boolean |
isSetUnits()
|
boolean |
isSetUnitsLongVersion()
|
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime property. |
void |
setDeleted(boolean value)
Sets the value of the deleted property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setIsDataFileParameter(boolean value)
Sets the value of the isDataFileParameter property. |
void |
setIsDataSetParameter(boolean value)
Sets the value of the isDataSetParameter property. |
void |
setIsSampleParameter(boolean value)
Sets the value of the isSampleParameter property. |
void |
setModifyId(java.lang.Integer value)
Sets the value of the modifyId property. |
void |
setModifyTime(java.util.Calendar value)
Sets the value of the modifyTime property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNonNumericValueFormat(java.lang.String value)
Sets the value of the nonNumericValueFormat property. |
void |
setNumericValue(boolean value)
Sets the value of the numericValue property. |
void |
setSearchable(boolean value)
Sets the value of the searchable property. |
void |
setUnits(java.lang.String value)
Sets the value of the units property. |
void |
setUnitsLongVersion(java.lang.String value)
Sets the value of the unitsLongVersion property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String units
protected java.lang.String unitsLongVersion
protected boolean searchable
protected boolean numericValue
protected java.lang.String nonNumericValueFormat
protected boolean isSampleParameter
protected boolean isDataFileParameter
protected boolean isDataSetParameter
protected java.lang.String description
protected boolean deleted
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUnits()
public java.lang.String getUnitsLongVersion()
Stringpublic void setUnitsLongVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUnitsLongVersion()
public boolean isSearchable()
public void setSearchable(boolean value)
public boolean isSetSearchable()
public boolean isNumericValue()
public void setNumericValue(boolean value)
public boolean isSetNumericValue()
public java.lang.String getNonNumericValueFormat()
Stringpublic void setNonNumericValueFormat(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetNonNumericValueFormat()
public boolean isIsSampleParameter()
public void setIsSampleParameter(boolean value)
public boolean isSetIsSampleParameter()
public boolean isIsDataFileParameter()
public void setIsDataFileParameter(boolean value)
public boolean isSetIsDataFileParameter()
public boolean isIsDataSetParameter()
public void setIsDataSetParameter(boolean value)
public boolean isSetIsDataSetParameter()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public boolean isDeleted()
public void setDeleted(boolean value)
public boolean isSetDeleted()
public java.lang.Integer getCreateId()
getCreateId in interface BaseDomainStringpublic void setCreateId(java.lang.Integer value)
setCreateId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateId()
public java.util.Calendar getCreateTime()
getCreateTime in interface BaseDomainStringpublic void setCreateTime(java.util.Calendar value)
setCreateTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateTime()
public java.lang.Integer getModifyId()
getModifyId in interface BaseDomainStringpublic void setModifyId(java.lang.Integer value)
setModifyId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyId()
public java.util.Calendar getModifyTime()
getModifyTime in interface BaseDomainStringpublic void setModifyTime(java.util.Calendar value)
setModifyTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyTime()
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||