Class TGSEControl
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TControl
org.lfenergy.compas.scl2007b4.model.TControlWithIEDName
org.lfenergy.compas.scl2007b4.model.TGSEControl
Java class for tGSEControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGSEControl"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tControlWithIEDName"> <sequence> <element name="Protocol" type="{http://www.iec.ch/61850/2003/SCL}tProtocol" minOccurs="0"/> </sequence> <attribute name="type" type="{http://www.iec.ch/61850/2003/SCL}tGSEControlTypeEnum" default="GOOSE" /> <attribute name="appID" use="required" type="{http://www.iec.ch/61850/2003/SCL}tMessageID" /> <attribute name="fixedOffs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="securityEnable" type="{http://www.iec.ch/61850/2003/SCL}tPredefinedTypeOfSecurityEnum" default="None" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithIEDName
TControlWithIEDName.IEDName
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected TProtocol
protected TPredefinedTypeOfSecurityEnum
protected TGSEControlTypeEnum
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithIEDName
confRev, iedName
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAppID()
Gets the value of the appID property.Gets the value of the protocol property.Gets the value of the securityEnable property.getType()
Gets the value of the type property.boolean
Gets the value of the fixedOffs property.boolean
boolean
boolean
boolean
boolean
void
Sets the value of the appID property.void
setFixedOffs
(boolean value) Sets the value of the fixedOffs property.void
setProtocol
(TProtocol value) Sets the value of the protocol property.void
Sets the value of the securityEnable property.void
setType
(TGSEControlTypeEnum value) Sets the value of the type property.void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithIEDName
getConfRev, getIEDName, isSetConfRev, isSetIEDName, setConfRev, unsetConfRev, unsetIEDName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TControl
getDatSet, getName, isSetDatSet, isSetName, setDatSet, setName
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
-
protocol
-
type
-
appID
-
fixedOffs
-
securityEnable
-
-
Constructor Details
-
TGSEControl
public TGSEControl()
-
-
Method Details
-
getProtocol
Gets the value of the protocol property.- Returns:
- possible object is
TProtocol
-
setProtocol
Sets the value of the protocol property.- Parameters:
value
- allowed object isTProtocol
-
isSetProtocol
public boolean isSetProtocol() -
getType
Gets the value of the type property.- Returns:
- possible object is
TGSEControlTypeEnum
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isTGSEControlTypeEnum
-
isSetType
public boolean isSetType() -
getAppID
Gets the value of the appID property.- Returns:
- possible object is
String
-
setAppID
Sets the value of the appID property.- Parameters:
value
- allowed object isString
-
isSetAppID
public boolean isSetAppID() -
isFixedOffs
public boolean isFixedOffs()Gets the value of the fixedOffs property.- Returns:
- possible object is
Boolean
-
setFixedOffs
public void setFixedOffs(boolean value) Sets the value of the fixedOffs property.- Parameters:
value
- allowed object isBoolean
-
isSetFixedOffs
public boolean isSetFixedOffs() -
unsetFixedOffs
public void unsetFixedOffs() -
getSecurityEnable
Gets the value of the securityEnable property.- Returns:
- possible object is
TPredefinedTypeOfSecurityEnum
-
setSecurityEnable
Sets the value of the securityEnable property.- Parameters:
value
- allowed object isTPredefinedTypeOfSecurityEnum
-
isSetSecurityEnable
public boolean isSetSecurityEnable()
-