public class Fielddic extends Object implements Findable
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"> <sequence> <element ref="{}valblockdef" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}fielddef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Fielddef> |
fielddef |
protected List<Valblockdef> |
valblockdef |
Constructor and Description |
---|
Fielddic() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
List<Fielddef> |
getFielddef()
Gets the value of the fielddef property.
|
List<Valblockdef> |
getValblockdef()
Gets the value of the valblockdef property.
|
int |
hashCode() |
String |
toString() |
protected List<Valblockdef> valblockdef
public List<Valblockdef> getValblockdef()
set
method for the valblockdef property.
For example, to add a new item, do as follows:
getValblockdef().add(newItem);Objects of the following type(s) are allowed in the list
Valblockdef
public List<Fielddef> getFielddef()
set
method for the fielddef property.
For example, to add a new item, do as follows:
getFielddef().add(newItem);Objects of the following type(s) are allowed in the list
Fielddef
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.