Class TCertificate


public class TCertificate extends TNaming

Java class for tCertificate complex type.

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

 <complexType name="tCertificate">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tNaming">
       <sequence>
         <element name="Subject" type="{http://www.iec.ch/61850/2003/SCL}tCert"/>
         <element name="IssuerName" type="{http://www.iec.ch/61850/2003/SCL}tCert"/>
       </sequence>
       <attribute name="xferNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="serialNumber" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
             <minLength value="1"/>
             <pattern value="[0-9]+"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • subject

      protected TCert subject
    • issuerName

      protected TCert issuerName
    • xferNumber

      protected Long xferNumber
    • serialNumber

      protected String serialNumber
  • Constructor Details

    • TCertificate

      public TCertificate()
  • Method Details

    • getSubject

      public TCert getSubject()
      Gets the value of the subject property.
      Returns:
      possible object is TCert
    • setSubject

      public void setSubject(TCert value)
      Sets the value of the subject property.
      Parameters:
      value - allowed object is TCert
    • isSetSubject

      public boolean isSetSubject()
    • getIssuerName

      public TCert getIssuerName()
      Gets the value of the issuerName property.
      Returns:
      possible object is TCert
    • setIssuerName

      public void setIssuerName(TCert value)
      Sets the value of the issuerName property.
      Parameters:
      value - allowed object is TCert
    • isSetIssuerName

      public boolean isSetIssuerName()
    • getXferNumber

      public long getXferNumber()
      Gets the value of the xferNumber property.
      Returns:
      possible object is Long
    • setXferNumber

      public void setXferNumber(long value)
      Sets the value of the xferNumber property.
      Parameters:
      value - allowed object is Long
    • isSetXferNumber

      public boolean isSetXferNumber()
    • unsetXferNumber

      public void unsetXferNumber()
    • getSerialNumber

      public String getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is String
    • setSerialNumber

      public void setSerialNumber(String value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is String
    • isSetSerialNumber

      public boolean isSetSerialNumber()