Class VOReferenceType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.VOReferenceType
-
- All Implemented Interfaces:
Serializable
public class VOReferenceType extends Object implements Serializable
Java class for VOReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VOReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' minOccurs="0"/> </sequence> <attribute name="VOReference" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected List<Object>voReference
-
Constructor Summary
Constructors Constructor Description VOReferenceType()
-
-
-
Method Detail
-
getAny
public Object getAny()
Gets the value of the any property.
-
setAny
public void setAny(Object value)
Sets the value of the any property.
-
getVOReference
public List<Object> getVOReference()
Gets the value of the voReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the voReference property.For example, to add a new item, do as follows:
getVOReference().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
-