|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.fix.validation.beans.Valblock
public class Valblock
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected String |
idref
|
protected String |
value
|
Constructor Summary | |
---|---|
Valblock()
|
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getIdref()
Gets the value of the idref property. |
String |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
void |
setIdref(String value)
Sets the value of the idref property. |
void |
setValue(String value)
Sets the value of the value property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String value
protected String idref
Constructor Detail |
---|
public Valblock()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getIdref()
String
public void setIdref(String value)
value
- allowed object is
String
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |