Class ElementList
java.lang.Object
cl.netswitch.lib.dto.ElementList
- All Implemented Interfaces:
Serializable
Wraps a list of
JAXBElement<String> items.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<JAXBElement<String>> List of JAXBElement<String> items. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
elements
List of JAXBElement<String> items.
-
-
Constructor Details
-
ElementList
public ElementList()Constructs a newElementListinstance.
-