Class TTimeSyncProt
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceYesNo
org.lfenergy.compas.scl2007b4.model.TTimeSyncProt
Java class for tTimeSyncProt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTimeSyncProt"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceYesNo"> <attribute name="sntp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="iec61850_9_3" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="c37_238" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="other" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isC37238()
Gets the value of the c37238 property.boolean
Gets the value of the iec6185093 property.boolean
isOther()
Gets the value of the other property.boolean
boolean
boolean
boolean
boolean
isSntp()
Gets the value of the sntp property.void
setC37238
(boolean value) Sets the value of the c37238 property.void
setIec6185093
(boolean value) Sets the value of the iec6185093 property.void
setOther
(boolean value) Sets the value of the other property.void
setSntp
(boolean value) Sets the value of the sntp property.void
void
void
void
-
Field Details
-
sntp
-
iec6185093
-
c37238
-
other
-
-
Constructor Details
-
TTimeSyncProt
public TTimeSyncProt()
-
-
Method Details
-
isSntp
public boolean isSntp()Gets the value of the sntp property.- Returns:
- possible object is
Boolean
-
setSntp
public void setSntp(boolean value) Sets the value of the sntp property.- Parameters:
value
- allowed object isBoolean
-
isSetSntp
public boolean isSetSntp() -
unsetSntp
public void unsetSntp() -
isIec6185093
public boolean isIec6185093()Gets the value of the iec6185093 property.- Returns:
- possible object is
Boolean
-
setIec6185093
public void setIec6185093(boolean value) Sets the value of the iec6185093 property.- Parameters:
value
- allowed object isBoolean
-
isSetIec6185093
public boolean isSetIec6185093() -
unsetIec6185093
public void unsetIec6185093() -
isC37238
public boolean isC37238()Gets the value of the c37238 property.- Returns:
- possible object is
Boolean
-
setC37238
public void setC37238(boolean value) Sets the value of the c37238 property.- Parameters:
value
- allowed object isBoolean
-
isSetC37238
public boolean isSetC37238() -
unsetC37238
public void unsetC37238() -
isOther
public boolean isOther()Gets the value of the other property.- Returns:
- possible object is
Boolean
-
setOther
public void setOther(boolean value) Sets the value of the other property.- Parameters:
value
- allowed object isBoolean
-
isSetOther
public boolean isSetOther() -
unsetOther
public void unsetOther()
-