Class TServiceWithMaxAndMaxAttributes
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TServiceWithMaxAndMaxAttributes
- Direct Known Subclasses:
TServiceForConfDataSet
Java class for tServiceWithMaxAndMaxAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tServiceWithMaxAndMaxAttributes"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax"> <attribute name="maxAttributes"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minExclusive value="0"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
max
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the value of the maxAttributes property.boolean
void
setMaxAttributes
(long value) Sets the value of the maxAttributes property.void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceWithMax
getMax, isSetMax, setMax
-
Field Details
-
maxAttributes
-
-
Constructor Details
-
TServiceWithMaxAndMaxAttributes
public TServiceWithMaxAndMaxAttributes()
-
-
Method Details
-
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()
-