java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCert

public class TCert extends Object

Java class for tCert complex type.

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

 <complexType name="tCert">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="commonName" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
             <minLength value="4"/>
             <pattern value="none"/>
             <pattern value="CN=.+"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="idHierarchy" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • commonName

      protected String commonName
    • idHierarchy

      protected String idHierarchy
  • Constructor Details

    • TCert

      public TCert()
  • Method Details

    • getCommonName

      public String getCommonName()
      Gets the value of the commonName property.
      Returns:
      possible object is String
    • setCommonName

      public void setCommonName(String value)
      Sets the value of the commonName property.
      Parameters:
      value - allowed object is String
    • isSetCommonName

      public boolean isSetCommonName()
    • getIdHierarchy

      public String getIdHierarchy()
      Gets the value of the idHierarchy property.
      Returns:
      possible object is String
    • setIdHierarchy

      public void setIdHierarchy(String value)
      Sets the value of the idHierarchy property.
      Parameters:
      value - allowed object is String
    • isSetIdHierarchy

      public boolean isSetIdHierarchy()