Class XmlCertificate

  • All Implemented Interfaces:
    Serializable

    public class XmlCertificate
    extends Object
    implements Serializable

    Java class for Certificate complex type.

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

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

      • qualifiedName

        protected String qualifiedName
    • Constructor Detail

      • XmlCertificate

        public XmlCertificate()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getQualifiedName

        public String getQualifiedName()
        Gets the value of the qualifiedName property.
        Returns:
        possible object is String
      • setQualifiedName

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