Class TServer
Java class for tServer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tServer"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element name="Authentication"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agAuthentication"/> </restriction> </complexContent> </complexType> </element> <element name="LDevice" type="{http://www.iec.ch/61850/2003/SCL}tLDevice" maxOccurs="unbounded"/> <element name="Association" type="{http://www.iec.ch/61850/2003/SCL}tAssociation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="30" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected List<TAssociation>
protected TServer.Authentication
protected Long
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the association property.Gets the value of the authentication property.Gets the value of the lDevice property.long
Gets the value of the timeout property.boolean
boolean
boolean
boolean
void
Sets the value of the authentication property.void
setTimeout
(long value) Sets the value of the timeout property.void
void
void
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
-
authentication
-
lDevice
-
association
-
timeout
-
-
Constructor Details
-
TServer
public TServer()
-
-
Method Details
-
getAuthentication
Gets the value of the authentication property.- Returns:
- possible object is
TServer.Authentication
-
setAuthentication
Sets the value of the authentication property.- Parameters:
value
- allowed object isTServer.Authentication
-
isSetAuthentication
public boolean isSetAuthentication() -
getLDevice
Gets the value of the lDevice 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 lDevice property.For example, to add a new item, do as follows:
getLDevice().add(newItem);
Objects of the following type(s) are allowed in the list
TLDevice
-
isSetLDevice
public boolean isSetLDevice() -
unsetLDevice
public void unsetLDevice() -
getAssociation
Gets the value of the association 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 association property.For example, to add a new item, do as follows:
getAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TAssociation
-
isSetAssociation
public boolean isSetAssociation() -
unsetAssociation
public void unsetAssociation() -
getTimeout
public long getTimeout()Gets the value of the timeout property.- Returns:
- possible object is
Long
-
setTimeout
public void setTimeout(long value) Sets the value of the timeout property.- Parameters:
value
- allowed object isLong
-
isSetTimeout
public boolean isSetTimeout() -
unsetTimeout
public void unsetTimeout()
-