|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.validation.beans.Item
public class Item
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}fieldref"/>
<element ref="{}msgref"/>
<element ref="{}blockref" minOccurs="0"/>
</choice>
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
content
|
protected String |
id
|
protected String |
val
|
| Constructor Summary | |
|---|---|
Item()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
List<Object> |
getContent()
Gets the value of the content property. |
String |
getId()
Gets the value of the id property. |
String |
getVal()
Gets the value of the val property. |
int |
hashCode()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setVal(String value)
Sets the value of the val property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> content
protected String val
protected String id
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public List<Object> getContent()
set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Blockref
Msgref
Fieldref
public String getVal()
Stringpublic void setVal(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic int compareTo(Object o)
compareTo in interface Comparablepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||