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:
  • Field Details

  • Constructor Details

    • VOReferenceType

      public VOReferenceType()
  • Method Details

    • getAny

      public Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Object Element
    • setAny

      public void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Object Element
    • 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 set method 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