Class TClientServices
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TClientServices
Java class for tClientServices complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tClientServices"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimeSyncProt" type="{http://www.iec.ch/61850/2003/SCL}tTimeSyncProt" minOccurs="0"/> <element name="McSecurity" type="{http://www.iec.ch/61850/2003/SCL}tMcSecurity" minOccurs="0"/> </sequence> <attribute name="goose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="gsse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="bufReport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="unbufReport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="readLog" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="sv" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="supportsLdName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="maxAttributes"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> </restriction> </simpleType> </attribute> <attribute name="maxReports"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> </restriction> </simpleType> </attribute> <attribute name="maxGOOSE"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> </restriction> </simpleType> </attribute> <attribute name="maxSMV"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> </restriction> </simpleType> </attribute> <attribute name="rGOOSE" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="rSV" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="noIctBinding" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected Long
protected Long
protected Long
protected Long
protected TMcSecurity
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected TTimeSyncProt
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the value of the maxAttributes property.long
Gets the value of the maxGOOSE property.long
Gets the value of the maxReports property.long
Gets the value of the maxSMV property.Gets the value of the mcSecurity property.Gets the value of the timeSyncProt property.boolean
Gets the value of the bufReport property.boolean
isGoose()
Gets the value of the goose property.boolean
isGsse()
Gets the value of the gsse property.boolean
Gets the value of the noIctBinding property.boolean
Gets the value of the readLog property.boolean
isRGOOSE()
Gets the value of the rgoose property.boolean
isRSV()
Gets the value of the rsv property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetRSV()
boolean
boolean
isSetSv()
boolean
boolean
boolean
Gets the value of the supportsLdName property.boolean
isSv()
Gets the value of the sv property.boolean
Gets the value of the unbufReport property.void
setBufReport
(boolean value) Sets the value of the bufReport property.void
setGoose
(boolean value) Sets the value of the goose property.void
setGsse
(boolean value) Sets the value of the gsse property.void
setMaxAttributes
(long value) Sets the value of the maxAttributes property.void
setMaxGOOSE
(long value) Sets the value of the maxGOOSE property.void
setMaxReports
(long value) Sets the value of the maxReports property.void
setMaxSMV
(long value) Sets the value of the maxSMV property.void
setMcSecurity
(TMcSecurity value) Sets the value of the mcSecurity property.void
setNoIctBinding
(boolean value) Sets the value of the noIctBinding property.void
setReadLog
(boolean value) Sets the value of the readLog property.void
setRGOOSE
(boolean value) Sets the value of the rgoose property.void
setRSV
(boolean value) Sets the value of the rsv property.void
setSupportsLdName
(boolean value) Sets the value of the supportsLdName property.void
setSv
(boolean value) Sets the value of the sv property.void
setTimeSyncProt
(TTimeSyncProt value) Sets the value of the timeSyncProt property.void
setUnbufReport
(boolean value) Sets the value of the unbufReport property.void
void
void
void
void
void
void
void
void
void
void
unsetRSV()
void
void
unsetSv()
void
-
Field Details
-
timeSyncProt
-
mcSecurity
-
goose
-
gsse
-
bufReport
-
unbufReport
-
readLog
-
sv
-
supportsLdName
-
maxAttributes
-
maxReports
-
maxGOOSE
-
maxSMV
-
rgoose
-
rsv
-
noIctBinding
-
-
Constructor Details
-
TClientServices
public TClientServices()
-
-
Method Details
-
getTimeSyncProt
Gets the value of the timeSyncProt property.- Returns:
- possible object is
TTimeSyncProt
-
setTimeSyncProt
Sets the value of the timeSyncProt property.- Parameters:
value
- allowed object isTTimeSyncProt
-
isSetTimeSyncProt
public boolean isSetTimeSyncProt() -
getMcSecurity
Gets the value of the mcSecurity property.- Returns:
- possible object is
TMcSecurity
-
setMcSecurity
Sets the value of the mcSecurity property.- Parameters:
value
- allowed object isTMcSecurity
-
isSetMcSecurity
public boolean isSetMcSecurity() -
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() -
isGsse
public boolean isGsse()Gets the value of the gsse property.- Returns:
- possible object is
Boolean
-
setGsse
public void setGsse(boolean value) Sets the value of the gsse property.- Parameters:
value
- allowed object isBoolean
-
isSetGsse
public boolean isSetGsse() -
unsetGsse
public void unsetGsse() -
isBufReport
public boolean isBufReport()Gets the value of the bufReport property.- Returns:
- possible object is
Boolean
-
setBufReport
public void setBufReport(boolean value) Sets the value of the bufReport property.- Parameters:
value
- allowed object isBoolean
-
isSetBufReport
public boolean isSetBufReport() -
unsetBufReport
public void unsetBufReport() -
isUnbufReport
public boolean isUnbufReport()Gets the value of the unbufReport property.- Returns:
- possible object is
Boolean
-
setUnbufReport
public void setUnbufReport(boolean value) Sets the value of the unbufReport property.- Parameters:
value
- allowed object isBoolean
-
isSetUnbufReport
public boolean isSetUnbufReport() -
unsetUnbufReport
public void unsetUnbufReport() -
isReadLog
public boolean isReadLog()Gets the value of the readLog property.- Returns:
- possible object is
Boolean
-
setReadLog
public void setReadLog(boolean value) Sets the value of the readLog property.- Parameters:
value
- allowed object isBoolean
-
isSetReadLog
public boolean isSetReadLog() -
unsetReadLog
public void unsetReadLog() -
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() -
isSupportsLdName
public boolean isSupportsLdName()Gets the value of the supportsLdName property.- Returns:
- possible object is
Boolean
-
setSupportsLdName
public void setSupportsLdName(boolean value) Sets the value of the supportsLdName property.- Parameters:
value
- allowed object isBoolean
-
isSetSupportsLdName
public boolean isSetSupportsLdName() -
unsetSupportsLdName
public void unsetSupportsLdName() -
getMaxAttributes
public long getMaxAttributes()Gets the value of the maxAttributes property.- Returns:
- possible object is
Long
-
setMaxAttributes
public void setMaxAttributes(long value) Sets the value of the maxAttributes property.- Parameters:
value
- allowed object isLong
-
isSetMaxAttributes
public boolean isSetMaxAttributes() -
unsetMaxAttributes
public void unsetMaxAttributes() -
getMaxReports
public long getMaxReports()Gets the value of the maxReports property.- Returns:
- possible object is
Long
-
setMaxReports
public void setMaxReports(long value) Sets the value of the maxReports property.- Parameters:
value
- allowed object isLong
-
isSetMaxReports
public boolean isSetMaxReports() -
unsetMaxReports
public void unsetMaxReports() -
getMaxGOOSE
public long getMaxGOOSE()Gets the value of the maxGOOSE property.- Returns:
- possible object is
Long
-
setMaxGOOSE
public void setMaxGOOSE(long value) Sets the value of the maxGOOSE property.- Parameters:
value
- allowed object isLong
-
isSetMaxGOOSE
public boolean isSetMaxGOOSE() -
unsetMaxGOOSE
public void unsetMaxGOOSE() -
getMaxSMV
public long getMaxSMV()Gets the value of the maxSMV property.- Returns:
- possible object is
Long
-
setMaxSMV
public void setMaxSMV(long value) Sets the value of the maxSMV property.- Parameters:
value
- allowed object isLong
-
isSetMaxSMV
public boolean isSetMaxSMV() -
unsetMaxSMV
public void unsetMaxSMV() -
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() -
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() -
isNoIctBinding
public boolean isNoIctBinding()Gets the value of the noIctBinding property.- Returns:
- possible object is
Boolean
-
setNoIctBinding
public void setNoIctBinding(boolean value) Sets the value of the noIctBinding property.- Parameters:
value
- allowed object isBoolean
-
isSetNoIctBinding
public boolean isSetNoIctBinding() -
unsetNoIctBinding
public void unsetNoIctBinding()
-