Class TServiceConfReportControl
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TServiceConfReportControl
Java class for tServiceConfReportControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tServiceConfReportControl">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax">
<attribute name="bufMode" default="both">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}Name">
<enumeration value="unbuffered"/>
<enumeration value="buffered"/>
<enumeration value="both"/>
</restriction>
</simpleType>
</attribute>
<attribute name="bufConf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="maxBuf" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bufMode property.longGets the value of the maxBuf property.booleanGets the value of the bufConf property.booleanbooleanbooleanvoidsetBufConf(boolean value) Sets the value of the bufConf property.voidsetBufMode(String value) Sets the value of the bufMode property.voidsetMaxBuf(long value) Sets the value of the maxBuf property.voidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
getMax, isSetMax, setMax
-
Field Details
-
bufMode
-
bufConf
-
maxBuf
-
-
Constructor Details
-
TServiceConfReportControl
public TServiceConfReportControl()
-
-
Method Details
-
getBufMode
Gets the value of the bufMode property.- Returns:
- possible object is
String
-
setBufMode
Sets the value of the bufMode property.- Parameters:
value- allowed object isString
-
isSetBufMode
public boolean isSetBufMode() -
isBufConf
public boolean isBufConf()Gets the value of the bufConf property.- Returns:
- possible object is
Boolean
-
setBufConf
public void setBufConf(boolean value) Sets the value of the bufConf property.- Parameters:
value- allowed object isBoolean
-
isSetBufConf
public boolean isSetBufConf() -
unsetBufConf
public void unsetBufConf() -
getMaxBuf
public long getMaxBuf()Gets the value of the maxBuf property.- Returns:
- possible object is
Long
-
setMaxBuf
public void setMaxBuf(long value) Sets the value of the maxBuf property.- Parameters:
value- allowed object isLong
-
isSetMaxBuf
public boolean isSetMaxBuf() -
unsetMaxBuf
public void unsetMaxBuf()
-