Class OtherTSLPointersType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointersType
All Implemented Interfaces:
Serializable

public class OtherTSLPointersType extends Object implements Serializable

Java class for OtherTSLPointersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OtherTSLPointersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}OtherTSLPointer" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • OtherTSLPointersType

      public OtherTSLPointersType()
  • Method Details

    • getOtherTSLPointer

      public List<OtherTSLPointerType> getOtherTSLPointer()
      Gets the value of the otherTSLPointer 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 set method for the otherTSLPointer property.

      For example, to add a new item, do as follows:

          getOtherTSLPointer().add(newItem);
       

      Objects of the following type(s) are allowed in the list OtherTSLPointerType