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
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the fixedOffs property.booleanisGoose()Gets the value of the goose property.booleanisRGOOSE()Gets the value of the rgoose property.booleanbooleanbooleanvoidsetFixedOffs(boolean value) Sets the value of the fixedOffs property.voidsetGoose(boolean value) Sets the value of the goose property.voidsetRGOOSE(boolean value) Sets the value of the rgoose property.voidvoidvoidMethods 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()
-