Class TFileHandling
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceYesNo
org.lfenergy.compas.scl2007b4.model.TFileHandling
Java class for tFileHandling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFileHandling"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceYesNo"> <attribute name="mms" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="ftp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ftps" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFtp()
Gets the value of the ftp property.boolean
isFtps()
Gets the value of the ftps property.boolean
isMms()
Gets the value of the mms property.boolean
isSetFtp()
boolean
boolean
isSetMms()
void
setFtp
(boolean value) Sets the value of the ftp property.void
setFtps
(boolean value) Sets the value of the ftps property.void
setMms
(boolean value) Sets the value of the mms property.void
unsetFtp()
void
void
unsetMms()
-
Field Details
-
mms
-
ftp
-
ftps
-
-
Constructor Details
-
TFileHandling
public TFileHandling()
-
-
Method Details
-
isMms
public boolean isMms()Gets the value of the mms property.- Returns:
- possible object is
Boolean
-
setMms
public void setMms(boolean value) Sets the value of the mms property.- Parameters:
value
- allowed object isBoolean
-
isSetMms
public boolean isSetMms() -
unsetMms
public void unsetMms() -
isFtp
public boolean isFtp()Gets the value of the ftp property.- Returns:
- possible object is
Boolean
-
setFtp
public void setFtp(boolean value) Sets the value of the ftp property.- Parameters:
value
- allowed object isBoolean
-
isSetFtp
public boolean isSetFtp() -
unsetFtp
public void unsetFtp() -
isFtps
public boolean isFtps()Gets the value of the ftps property.- Returns:
- possible object is
Boolean
-
setFtps
public void setFtps(boolean value) Sets the value of the ftps property.- Parameters:
value
- allowed object isBoolean
-
isSetFtps
public boolean isSetFtps() -
unsetFtps
public void unsetFtps()
-