Class VOReferenceType
java.lang.Object
eu.europa.esig.validationreport.jaxb.VOReferenceType
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
any
-
voReference
-
-
Constructor Details
-
VOReferenceType
public VOReferenceType()
-
-
Method Details
-
getAny
-
setAny
-
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 Jakarta XML Binding 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
-