public class Dl 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"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{}dt"/> <element ref="{}dd"/> <element ref="{}a"/> <element ref="{}fieldref"/> <element ref="{}blockref"/> </choice> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Dl() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
List<Object> |
getContent()
Gets the value of the content property.
|
int |
hashCode() |
String |
toString() |
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
A
Dd
Fieldref
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.