Class TReportSettings
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TReportSettings
Java class for tReportSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tReportSettings"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceSettings"> <attribute name="rptID" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="optFields" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="bufTime" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="trgOps" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="intgPd" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="resvTms" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected TServiceSettingsEnum
protected TServiceSettingsEnum
protected TServiceSettingsEnum
protected Boolean
protected Boolean
protected TServiceSettingsEnum
protected TServiceSettingsEnum
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
cbName, datSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bufTime property.Gets the value of the intgPd property.Gets the value of the optFields property.getRptID()
Gets the value of the rptID property.Gets the value of the trgOps property.boolean
isOwner()
Gets the value of the owner property.boolean
Gets the value of the resvTms property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBufTime
(TServiceSettingsEnum value) Sets the value of the bufTime property.void
setIntgPd
(TServiceSettingsEnum value) Sets the value of the intgPd property.void
setOptFields
(TServiceSettingsEnum value) Sets the value of the optFields property.void
setOwner
(boolean value) Sets the value of the owner property.void
setResvTms
(boolean value) Sets the value of the resvTms property.void
setRptID
(TServiceSettingsEnum value) Sets the value of the rptID property.void
setTrgOps
(TServiceSettingsEnum value) Sets the value of the trgOps property.void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
getCbName, getDatSet, isSetCbName, isSetDatSet, setCbName, setDatSet
-
Field Details
-
rptID
-
optFields
-
bufTime
-
trgOps
-
intgPd
-
resvTms
-
owner
-
-
Constructor Details
-
TReportSettings
public TReportSettings()
-
-
Method Details
-
getRptID
Gets the value of the rptID property.- Returns:
- possible object is
TServiceSettingsEnum
-
setRptID
Sets the value of the rptID property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetRptID
public boolean isSetRptID() -
getOptFields
Gets the value of the optFields property.- Returns:
- possible object is
TServiceSettingsEnum
-
setOptFields
Sets the value of the optFields property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetOptFields
public boolean isSetOptFields() -
getBufTime
Gets the value of the bufTime property.- Returns:
- possible object is
TServiceSettingsEnum
-
setBufTime
Sets the value of the bufTime property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetBufTime
public boolean isSetBufTime() -
getTrgOps
Gets the value of the trgOps property.- Returns:
- possible object is
TServiceSettingsEnum
-
setTrgOps
Sets the value of the trgOps property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetTrgOps
public boolean isSetTrgOps() -
getIntgPd
Gets the value of the intgPd property.- Returns:
- possible object is
TServiceSettingsEnum
-
setIntgPd
Sets the value of the intgPd property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetIntgPd
public boolean isSetIntgPd() -
isResvTms
public boolean isResvTms()Gets the value of the resvTms property.- Returns:
- possible object is
Boolean
-
setResvTms
public void setResvTms(boolean value) Sets the value of the resvTms property.- Parameters:
value
- allowed object isBoolean
-
isSetResvTms
public boolean isSetResvTms() -
unsetResvTms
public void unsetResvTms() -
isOwner
public boolean isOwner()Gets the value of the owner property.- Returns:
- possible object is
Boolean
-
setOwner
public void setOwner(boolean value) Sets the value of the owner property.- Parameters:
value
- allowed object isBoolean
-
isSetOwner
public boolean isSetOwner() -
unsetOwner
public void unsetOwner()
-