Class TCompasSystemVersion
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasSystemVersion
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mainSystemVersion property.Gets the value of the minorSystemVersion property.boolean
boolean
void
setMainSystemVersion
(String value) Sets the value of the mainSystemVersion property.void
setMinorSystemVersion
(String value) Sets the value of the minorSystemVersion property.
-
Field Details
-
mainSystemVersion
-
minorSystemVersion
-
-
Constructor Details
-
TCompasSystemVersion
public TCompasSystemVersion()
-
-
Method Details
-
getMainSystemVersion
Gets the value of the mainSystemVersion property.- Returns:
- possible object is
String
-
setMainSystemVersion
Sets the value of the mainSystemVersion property.- Parameters:
value
- allowed object isString
-
isSetMainSystemVersion
public boolean isSetMainSystemVersion() -
getMinorSystemVersion
Gets the value of the minorSystemVersion property.- Returns:
- possible object is
String
-
setMinorSystemVersion
Sets the value of the minorSystemVersion property.- Parameters:
value
- allowed object isString
-
isSetMinorSystemVersion
public boolean isSetMinorSystemVersion()
-