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