Class TrustServiceTSLQualificationExtensionNameType

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

public class TrustServiceTSLQualificationExtensionNameType extends Object implements Serializable

Java class for TrustServiceTSLQualificationExtensionNameType complex type.

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

 <complexType name="TrustServiceTSLQualificationExtensionNameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrustServiceTSLQualificationExtensionNamePointingParty" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TrustServiceTSLQualificationExtensionNamePointedParty" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • trustServiceTSLQualificationExtensionNamePointingParty

      protected String trustServiceTSLQualificationExtensionNamePointingParty
    • trustServiceTSLQualificationExtensionNamePointedParty

      protected String trustServiceTSLQualificationExtensionNamePointedParty
  • Constructor Details

    • TrustServiceTSLQualificationExtensionNameType

      public TrustServiceTSLQualificationExtensionNameType()
  • Method Details

    • getTrustServiceTSLQualificationExtensionNamePointingParty

      public String getTrustServiceTSLQualificationExtensionNamePointingParty()
      Gets the value of the trustServiceTSLQualificationExtensionNamePointingParty property.
      Returns:
      possible object is String
    • setTrustServiceTSLQualificationExtensionNamePointingParty

      public void setTrustServiceTSLQualificationExtensionNamePointingParty(String value)
      Sets the value of the trustServiceTSLQualificationExtensionNamePointingParty property.
      Parameters:
      value - allowed object is String
    • getTrustServiceTSLQualificationExtensionNamePointedParty

      public String getTrustServiceTSLQualificationExtensionNamePointedParty()
      Gets the value of the trustServiceTSLQualificationExtensionNamePointedParty property.
      Returns:
      possible object is String
    • setTrustServiceTSLQualificationExtensionNamePointedParty

      public void setTrustServiceTSLQualificationExtensionNamePointedParty(String value)
      Sets the value of the trustServiceTSLQualificationExtensionNamePointedParty property.
      Parameters:
      value - allowed object is String