Class TRptEnabled
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TRptEnabled
Java class for tRptEnabled complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tRptEnabled"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element name="ClientLN" type="{http://www.iec.ch/61850/2003/SCL}tClientLN" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="max" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minExclusive value="0"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
clientLN
-
max
-
-
Constructor Details
-
TRptEnabled
public TRptEnabled()
-
-
Method Details
-
getClientLN
Gets the value of the clientLN property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the clientLN property.For example, to add a new item, do as follows:
getClientLN().add(newItem);
Objects of the following type(s) are allowed in the list
TClientLN
-
isSetClientLN
public boolean isSetClientLN() -
unsetClientLN
public void unsetClientLN() -
getMax
public long getMax()Gets the value of the max property.- Returns:
- possible object is
Long
-
setMax
public void setMax(long value) Sets the value of the max property.- Parameters:
value
- allowed object isLong
-
isSetMax
public boolean isSetMax() -
unsetMax
public void unsetMax()
-