Class TSettingGroups
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TSettingGroups
Java class for tSettingGroups complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSettingGroups">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="SGEdit" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tServiceYesNo">
<attribute name="resvTms" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
</element>
<element name="ConfSG" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tServiceYesNo">
<attribute name="resvTms" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the confSG property.Gets the value of the sgEdit property.booleanbooleanvoidsetConfSG(TSettingGroups.ConfSG value) Sets the value of the confSG property.voidsetSGEdit(TSettingGroups.SGEdit value) Sets the value of the sgEdit property.
-
Field Details
-
sgEdit
-
confSG
-
-
Constructor Details
-
TSettingGroups
public TSettingGroups()
-
-
Method Details
-
getSGEdit
Gets the value of the sgEdit property.- Returns:
- possible object is
TSettingGroups.SGEdit
-
setSGEdit
Sets the value of the sgEdit property.- Parameters:
value- allowed object isTSettingGroups.SGEdit
-
isSetSGEdit
public boolean isSetSGEdit() -
getConfSG
Gets the value of the confSG property.- Returns:
- possible object is
TSettingGroups.ConfSG
-
setConfSG
Sets the value of the confSG property.- Parameters:
value- allowed object isTSettingGroups.ConfSG
-
isSetConfSG
public boolean isSetConfSG()
-