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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFtp()Gets the value of the ftp property.booleanisFtps()Gets the value of the ftps property.booleanisMms()Gets the value of the mms property.booleanisSetFtp()booleanbooleanisSetMms()voidsetFtp(boolean value) Sets the value of the ftp property.voidsetFtps(boolean value) Sets the value of the ftps property.voidsetMms(boolean value) Sets the value of the mms property.voidunsetFtp()voidvoidunsetMms()
-
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()
-