Class TGOOSEcapabilities
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TGOOSEcapabilities
Java class for tGOOSEcapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGOOSEcapabilities"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax"> <attribute name="fixedOffs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="goose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="rGOOSE" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the fixedOffs property.boolean
isGoose()
Gets the value of the goose property.boolean
isRGOOSE()
Gets the value of the rgoose property.boolean
boolean
boolean
void
setFixedOffs
(boolean value) Sets the value of the fixedOffs property.void
setGoose
(boolean value) Sets the value of the goose property.void
setRGOOSE
(boolean value) Sets the value of the rgoose property.void
void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
getMax, isSetMax, setMax
-
Field Details
-
fixedOffs
-
goose
-
rgoose
-
-
Constructor Details
-
TGOOSEcapabilities
public TGOOSEcapabilities()
-
-
Method Details
-
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() -
isGoose
public boolean isGoose()Gets the value of the goose property.- Returns:
- possible object is
Boolean
-
setGoose
public void setGoose(boolean value) Sets the value of the goose property.- Parameters:
value
- allowed object isBoolean
-
isSetGoose
public boolean isSetGoose() -
unsetGoose
public void unsetGoose() -
isRGOOSE
public boolean isRGOOSE()Gets the value of the rgoose property.- Returns:
- possible object is
Boolean
-
setRGOOSE
public void setRGOOSE(boolean value) Sets the value of the rgoose property.- Parameters:
value
- allowed object isBoolean
-
isSetRGOOSE
public boolean isSetRGOOSE() -
unsetRGOOSE
public void unsetRGOOSE()
-