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
Modifier and TypeFieldDescriptionprotected TSMVDeliveryEnum
protected Boolean
protected Boolean
protected Boolean
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delivery property.boolean
Gets the value of the deliveryConf property.boolean
isRSV()
Gets the value of the rsv property.boolean
boolean
boolean
isSetRSV()
boolean
isSetSv()
boolean
isSv()
Gets the value of the sv property.void
setDelivery
(TSMVDeliveryEnum value) Sets the value of the delivery property.void
setDeliveryConf
(boolean value) Sets the value of the deliveryConf property.void
setRSV
(boolean value) Sets the value of the rsv property.void
setSv
(boolean value) Sets the value of the sv property.void
void
unsetRSV()
void
unsetSv()
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()
-