Class XmlTrustAnchor

  • All Implemented Interfaces:
    Serializable

    public class XmlTrustAnchor
    extends Object
    implements Serializable

    Java class for TrustAnchor complex type.

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

     <complexType name="TrustAnchor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="trustServiceProvider" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="trustServiceProviderRegistrationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="trustServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • countryCode

        protected String countryCode
      • trustServiceProvider

        protected String trustServiceProvider
      • trustServiceProviderRegistrationId

        protected String trustServiceProviderRegistrationId
      • trustServiceName

        protected String trustServiceName
    • Constructor Detail

      • XmlTrustAnchor

        public XmlTrustAnchor()
    • Method Detail

      • getCountryCode

        public String getCountryCode()
        Gets the value of the countryCode property.
        Returns:
        possible object is String
      • setCountryCode

        public void setCountryCode​(String value)
        Sets the value of the countryCode property.
        Parameters:
        value - allowed object is String
      • getTrustServiceProvider

        public String getTrustServiceProvider()
        Gets the value of the trustServiceProvider property.
        Returns:
        possible object is String
      • setTrustServiceProvider

        public void setTrustServiceProvider​(String value)
        Sets the value of the trustServiceProvider property.
        Parameters:
        value - allowed object is String
      • getTrustServiceProviderRegistrationId

        public String getTrustServiceProviderRegistrationId()
        Gets the value of the trustServiceProviderRegistrationId property.
        Returns:
        possible object is String
      • setTrustServiceProviderRegistrationId

        public void setTrustServiceProviderRegistrationId​(String value)
        Sets the value of the trustServiceProviderRegistrationId property.
        Parameters:
        value - allowed object is String
      • getTrustServiceName

        public String getTrustServiceName()
        Gets the value of the trustServiceName property.
        Returns:
        possible object is String
      • setTrustServiceName

        public void setTrustServiceName​(String value)
        Sets the value of the trustServiceName property.
        Parameters:
        value - allowed object is String