Class TSettingControl
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TSettingControl
Java class for tSettingControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSettingControl"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <attribute name="numOfSGs" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="actSG" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="resvTms" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getActSG()
Gets the value of the actSG property.long
Gets the value of the numOfSGs property.int
Gets the value of the resvTms property.boolean
boolean
boolean
void
setActSG
(long value) Sets the value of the actSG property.void
setNumOfSGs
(long value) Sets the value of the numOfSGs property.void
setResvTms
(int value) Sets the value of the resvTms property.void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
numOfSGs
protected long numOfSGs -
actSG
-
resvTms
-
-
Constructor Details
-
TSettingControl
public TSettingControl()
-
-
Method Details
-
getNumOfSGs
public long getNumOfSGs()Gets the value of the numOfSGs property. -
setNumOfSGs
public void setNumOfSGs(long value) Sets the value of the numOfSGs property. -
isSetNumOfSGs
public boolean isSetNumOfSGs() -
getActSG
public long getActSG()Gets the value of the actSG property.- Returns:
- possible object is
Long
-
setActSG
public void setActSG(long value) Sets the value of the actSG property.- Parameters:
value
- allowed object isLong
-
isSetActSG
public boolean isSetActSG() -
unsetActSG
public void unsetActSG() -
getResvTms
public int getResvTms()Gets the value of the resvTms property.- Returns:
- possible object is
Integer
-
setResvTms
public void setResvTms(int value) Sets the value of the resvTms property.- Parameters:
value
- allowed object isInteger
-
isSetResvTms
public boolean isSetResvTms() -
unsetResvTms
public void unsetResvTms()
-