Class TCompasSystemVersion

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

public class TCompasSystemVersion extends Object
Identify the SystemVersion to which the functional Bay and IED belongs to. This Private can be used in /Bay in substation and in the /IED. The MainSystemVersion refers to a set of functional requirements and functions The MinorSystemVersion is linked to a given baykind and defines uniquely the set of ICD which are qualified

Java class for tCompasSystemVersion complex type.

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

 <complexType name="tCompasSystemVersion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="MainSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="MinorSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • mainSystemVersion

      protected String mainSystemVersion
    • minorSystemVersion

      protected String minorSystemVersion
  • Constructor Details

    • TCompasSystemVersion

      public TCompasSystemVersion()
  • Method Details

    • getMainSystemVersion

      public String getMainSystemVersion()
      Gets the value of the mainSystemVersion property.
      Returns:
      possible object is String
    • setMainSystemVersion

      public void setMainSystemVersion(String value)
      Sets the value of the mainSystemVersion property.
      Parameters:
      value - allowed object is String
    • isSetMainSystemVersion

      public boolean isSetMainSystemVersion()
    • getMinorSystemVersion

      public String getMinorSystemVersion()
      Gets the value of the minorSystemVersion property.
      Returns:
      possible object is String
    • setMinorSystemVersion

      public void setMinorSystemVersion(String value)
      Sets the value of the minorSystemVersion property.
      Parameters:
      value - allowed object is String
    • isSetMinorSystemVersion

      public boolean isSetMinorSystemVersion()