Class MutualRecognitionAgreementInformationType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.mra.MutualRecognitionAgreementInformationType
All Implemented Interfaces:
Serializable

public class MutualRecognitionAgreementInformationType extends Object implements Serializable

Java class for MutualRecognitionAgreementInformationType complex type.

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

 <complexType name="MutualRecognitionAgreementInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrustServiceEquivalenceInformation" type="{http://ec.europa.eu/tools/lotl/mra/schema/v2#}TrustServiceEquivalenceInformationType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="technicalType" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="pointingContractingPartyLegislation" use="required" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType" />
       <attribute name="pointedContractingPartyLegislation" use="required" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType" />
       <attribute name="MRADepth" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • trustServiceEquivalenceInformation

      protected List<TrustServiceEquivalenceInformationType> trustServiceEquivalenceInformation
    • technicalType

      protected BigInteger technicalType
    • version

      protected BigInteger version
    • pointingContractingPartyLegislation

      protected String pointingContractingPartyLegislation
    • pointedContractingPartyLegislation

      protected String pointedContractingPartyLegislation
    • mraDepth

      protected BigInteger mraDepth
  • Constructor Details

    • MutualRecognitionAgreementInformationType

      public MutualRecognitionAgreementInformationType()
  • Method Details

    • getTrustServiceEquivalenceInformation

      public List<TrustServiceEquivalenceInformationType> getTrustServiceEquivalenceInformation()
      Gets the value of the trustServiceEquivalenceInformation 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 trustServiceEquivalenceInformation property.

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

          getTrustServiceEquivalenceInformation().add(newItem);
       

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

    • getTechnicalType

      public BigInteger getTechnicalType()
      Gets the value of the technicalType property.
      Returns:
      possible object is BigInteger
    • setTechnicalType

      public void setTechnicalType(BigInteger value)
      Sets the value of the technicalType property.
      Parameters:
      value - allowed object is BigInteger
    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getPointingContractingPartyLegislation

      public String getPointingContractingPartyLegislation()
      Gets the value of the pointingContractingPartyLegislation property.
      Returns:
      possible object is String
    • setPointingContractingPartyLegislation

      public void setPointingContractingPartyLegislation(String value)
      Sets the value of the pointingContractingPartyLegislation property.
      Parameters:
      value - allowed object is String
    • getPointedContractingPartyLegislation

      public String getPointedContractingPartyLegislation()
      Gets the value of the pointedContractingPartyLegislation property.
      Returns:
      possible object is String
    • setPointedContractingPartyLegislation

      public void setPointedContractingPartyLegislation(String value)
      Sets the value of the pointedContractingPartyLegislation property.
      Parameters:
      value - allowed object is String
    • getMRADepth

      public BigInteger getMRADepth()
      Gets the value of the mraDepth property.
      Returns:
      possible object is BigInteger
    • setMRADepth

      public void setMRADepth(BigInteger value)
      Sets the value of the mraDepth property.
      Parameters:
      value - allowed object is BigInteger