Class TSettingGroups.SGEdit
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceYesNo
org.lfenergy.compas.scl2007b4.model.TSettingGroups.SGEdit
- Enclosing class:
- TSettingGroups
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the resvTms property.booleanvoidsetResvTms(boolean value) Sets the value of the resvTms property.void
-
Field Details
-
resvTms
-
-
Constructor Details
-
SGEdit
public SGEdit()
-
-
Method Details
-
isResvTms
public boolean isResvTms()Gets the value of the resvTms property.- Returns:
- possible object is
Boolean
-
setResvTms
public void setResvTms(boolean value) Sets the value of the resvTms property.- Parameters:
value- allowed object isBoolean
-
isSetResvTms
public boolean isSetResvTms() -
unsetResvTms
public void unsetResvTms()
-