Class PolicyOrLegalnoticeType

java.lang.Object
eu.europa.esig.lote.jaxb.PolicyOrLegalnoticeType

public class PolicyOrLegalnoticeType extends Object

Java class for PolicyOrLegalnoticeType complex type.

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

<complexType name="PolicyOrLegalnoticeType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <choice>
        <element name="LoTEPolicy" type="{http://uri.etsi.org/019602/v1#}NonEmptyMultiLangURIType" maxOccurs="unbounded"/>
        <element name="LoTELegalNotice" type="{http://uri.etsi.org/019602/v1#}MultiLangStringType" maxOccurs="unbounded"/>
      </choice>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • PolicyOrLegalnoticeType

      public PolicyOrLegalnoticeType()
  • Method Details

    • getLoTEPolicy

      public List<NonEmptyMultiLangURIType> getLoTEPolicy()
      Gets the value of the loTEPolicy 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 loTEPolicy property.

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

         getLoTEPolicy().add(newItem);
      

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

    • getLoTELegalNotice

      public List<MultiLangStringType> getLoTELegalNotice()
      Gets the value of the loTELegalNotice 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 loTELegalNotice property.

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

         getLoTELegalNotice().add(newItem);
      

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