|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.petalsview.dataset.FlowRef
public class FlowRef
Java class for FlowRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="referenceTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="limitValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="save" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="urlBackup" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
fileName
|
protected java.lang.String |
index
|
protected java.lang.Integer |
limitValue
|
protected java.lang.String |
name
|
protected java.lang.Integer |
referenceTime
|
protected boolean |
save
|
protected java.lang.Integer |
type
|
protected java.lang.String |
urlBackup
|
| Constructor Summary | |
|---|---|
FlowRef()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getFileName()
Gets the value of the fileName property. |
java.lang.String |
getIndex()
Gets the value of the index property. |
java.lang.Integer |
getLimitValue()
Gets the value of the limitValue property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getReferenceTime()
Gets the value of the referenceTime property. |
java.lang.Integer |
getType()
Gets the value of the type property. |
java.lang.String |
getUrlBackup()
Gets the value of the urlBackup property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
boolean |
isSave()
Gets the value of the save property. |
void |
setFileName(java.lang.String value)
Sets the value of the fileName property. |
void |
setIndex(java.lang.String value)
Sets the value of the index property. |
void |
setLimitValue(java.lang.Integer value)
Sets the value of the limitValue property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setReferenceTime(java.lang.Integer value)
Sets the value of the referenceTime property. |
void |
setSave(boolean value)
Sets the value of the save property. |
void |
setType(java.lang.Integer value)
Sets the value of the type property. |
void |
setUrlBackup(java.lang.String value)
Sets the value of the urlBackup property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String index
protected java.lang.String name
protected java.lang.Integer type
protected java.lang.Integer referenceTime
protected java.lang.Integer limitValue
protected boolean save
protected java.lang.String urlBackup
protected java.lang.String fileName
| Constructor Detail |
|---|
public FlowRef()
| Method Detail |
|---|
public java.lang.String getIndex()
Stringpublic void setIndex(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getType()
Integerpublic void setType(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getReferenceTime()
Integerpublic void setReferenceTime(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getLimitValue()
Integerpublic void setLimitValue(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSave()
public void setSave(boolean value)
public java.lang.String getUrlBackup()
Stringpublic void setUrlBackup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFileName()
Stringpublic void setFileName(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
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.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||