Class TServiceWithMaxAndModify
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TServiceWithMaxAndModify
Java class for tServiceWithMaxAndModify complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tServiceWithMaxAndModify"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax"> <attribute name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max
-
Constructor Summary
-
Method Summary
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
getMax, isSetMax, setMax
-
Field Details
-
modify
-
-
Constructor Details
-
TServiceWithMaxAndModify
public TServiceWithMaxAndModify()
-
-
Method Details
-
isModify
public boolean isModify()Gets the value of the modify property.- Returns:
- possible object is
Boolean
-
setModify
public void setModify(boolean value) Sets the value of the modify property.- Parameters:
value
- allowed object isBoolean
-
isSetModify
public boolean isSetModify() -
unsetModify
public void unsetModify()
-