Class TSMVsc
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TSMVsc
Java class for tSMVsc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSMVsc">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax">
<attribute name="delivery" type="{http://www.iec.ch/61850/2003/SCL}tSMVDeliveryEnum" default="multicast" />
<attribute name="deliveryConf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="sv" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="rSV" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TSMVDeliveryEnumprotected Booleanprotected Booleanprotected BooleanFields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delivery property.booleanGets the value of the deliveryConf property.booleanisRSV()Gets the value of the rsv property.booleanbooleanbooleanisSetRSV()booleanisSetSv()booleanisSv()Gets the value of the sv property.voidsetDelivery(TSMVDeliveryEnum value) Sets the value of the delivery property.voidsetDeliveryConf(boolean value) Sets the value of the deliveryConf property.voidsetRSV(boolean value) Sets the value of the rsv property.voidsetSv(boolean value) Sets the value of the sv property.voidvoidunsetRSV()voidunsetSv()Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
getMax, isSetMax, setMax
-
Field Details
-
delivery
-
deliveryConf
-
sv
-
rsv
-
-
Constructor Details
-
TSMVsc
public TSMVsc()
-
-
Method Details
-
getDelivery
Gets the value of the delivery property.- Returns:
- possible object is
TSMVDeliveryEnum
-
setDelivery
Sets the value of the delivery property.- Parameters:
value- allowed object isTSMVDeliveryEnum
-
isSetDelivery
public boolean isSetDelivery() -
isDeliveryConf
public boolean isDeliveryConf()Gets the value of the deliveryConf property.- Returns:
- possible object is
Boolean
-
setDeliveryConf
public void setDeliveryConf(boolean value) Sets the value of the deliveryConf property.- Parameters:
value- allowed object isBoolean
-
isSetDeliveryConf
public boolean isSetDeliveryConf() -
unsetDeliveryConf
public void unsetDeliveryConf() -
isSv
public boolean isSv()Gets the value of the sv property.- Returns:
- possible object is
Boolean
-
setSv
public void setSv(boolean value) Sets the value of the sv property.- Parameters:
value- allowed object isBoolean
-
isSetSv
public boolean isSetSv() -
unsetSv
public void unsetSv() -
isRSV
public boolean isRSV()Gets the value of the rsv property.- Returns:
- possible object is
Boolean
-
setRSV
public void setRSV(boolean value) Sets the value of the rsv property.- Parameters:
value- allowed object isBoolean
-
isSetRSV
public boolean isSetRSV() -
unsetRSV
public void unsetRSV()
-