|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.fix.validation.beans.Valblockdef
public class Valblockdef
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="{}item"/> <element ref="{}range"/> <element ref="{}descr" minOccurs="0"/> </choice> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
id
|
protected List<Object> |
itemOrRangeOrDescr
|
protected String |
name
|
Constructor Summary | |
---|---|
Valblockdef()
|
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getId()
Gets the value of the id property. |
List<Object> |
getItemOrRangeOrDescr()
Gets the value of the itemOrRangeOrDescr property. |
String |
getName()
Gets the value of the name property. |
int |
hashCode()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected List<Object> itemOrRangeOrDescr
protected String id
protected String name
Constructor Detail |
---|
public Valblockdef()
Method Detail |
---|
public List<Object> getItemOrRangeOrDescr()
set
method for the itemOrRangeOrDescr property.
For example, to add a new item, do as follows:
getItemOrRangeOrDescr().add(newItem);Objects of the following type(s) are allowed in the list
Range
Descr
Item
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(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 |