Class TAccessPoint
Java class for tAccessPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAccessPoint"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <choice minOccurs="0"> <element name="Server" type="{http://www.iec.ch/61850/2003/SCL}tServer"/> <element ref="{http://www.iec.ch/61850/2003/SCL}LN" maxOccurs="unbounded"/> <element name="ServerAt" type="{http://www.iec.ch/61850/2003/SCL}tServerAt"/> </choice> <element name="Services" type="{http://www.iec.ch/61850/2003/SCL}tServices" minOccurs="0"/> <element name="GOOSESecurity" type="{http://www.iec.ch/61850/2003/SCL}tCertificate" maxOccurs="7" minOccurs="0"/> <element name="SMVSecurity" type="{http://www.iec.ch/61850/2003/SCL}tCertificate" maxOccurs="7" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> <attribute name="router" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="clock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="kdc" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected List<TCertificate>
protected Boolean
protected String
protected Boolean
protected TServer
protected TServerAt
protected TServices
protected List<TCertificate>
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gooseSecurity property.getLN()
Gets the value of the ln property.getName()
Gets the value of the name property.Gets the value of the server property.Gets the value of the serverAt property.Gets the value of the services property.Gets the value of the smvSecurity property.boolean
isClock()
Gets the value of the clock property.boolean
isKdc()
Gets the value of the kdc property.boolean
isRouter()
Gets the value of the router property.boolean
boolean
boolean
isSetKdc()
boolean
isSetLN()
boolean
boolean
boolean
boolean
boolean
boolean
void
setClock
(boolean value) Sets the value of the clock property.void
setKdc
(boolean value) Sets the value of the kdc property.void
Sets the value of the name property.void
setRouter
(boolean value) Sets the value of the router property.void
Sets the value of the server property.void
setServerAt
(TServerAt value) Sets the value of the serverAt property.void
setServices
(TServices value) Sets the value of the services property.void
void
void
unsetKdc()
void
unsetLN()
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
-
server
-
ln
-
serverAt
-
services
-
gooseSecurity
-
smvSecurity
-
name
-
router
-
clock
-
kdc
-
-
Constructor Details
-
TAccessPoint
public TAccessPoint()
-
-
Method Details
-
getServer
Gets the value of the server property.- Returns:
- possible object is
TServer
-
setServer
Sets the value of the server property.- Parameters:
value
- allowed object isTServer
-
isSetServer
public boolean isSetServer() -
getLN
Gets the value of the ln 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 ln property.For example, to add a new item, do as follows:
getLN().add(newItem);
Objects of the following type(s) are allowed in the list
TLN
-
isSetLN
public boolean isSetLN() -
unsetLN
public void unsetLN() -
getServerAt
Gets the value of the serverAt property.- Returns:
- possible object is
TServerAt
-
setServerAt
Sets the value of the serverAt property.- Parameters:
value
- allowed object isTServerAt
-
isSetServerAt
public boolean isSetServerAt() -
getServices
Gets the value of the services property.- Returns:
- possible object is
TServices
-
setServices
Sets the value of the services property.- Parameters:
value
- allowed object isTServices
-
isSetServices
public boolean isSetServices() -
getGOOSESecurity
Gets the value of the gooseSecurity 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 gooseSecurity property.For example, to add a new item, do as follows:
getGOOSESecurity().add(newItem);
Objects of the following type(s) are allowed in the list
TCertificate
-
isSetGOOSESecurity
public boolean isSetGOOSESecurity() -
unsetGOOSESecurity
public void unsetGOOSESecurity() -
getSMVSecurity
Gets the value of the smvSecurity 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 smvSecurity property.For example, to add a new item, do as follows:
getSMVSecurity().add(newItem);
Objects of the following type(s) are allowed in the list
TCertificate
-
isSetSMVSecurity
public boolean isSetSMVSecurity() -
unsetSMVSecurity
public void unsetSMVSecurity() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
isRouter
public boolean isRouter()Gets the value of the router property.- Returns:
- possible object is
Boolean
-
setRouter
public void setRouter(boolean value) Sets the value of the router property.- Parameters:
value
- allowed object isBoolean
-
isSetRouter
public boolean isSetRouter() -
unsetRouter
public void unsetRouter() -
isClock
public boolean isClock()Gets the value of the clock property.- Returns:
- possible object is
Boolean
-
setClock
public void setClock(boolean value) Sets the value of the clock property.- Parameters:
value
- allowed object isBoolean
-
isSetClock
public boolean isSetClock() -
unsetClock
public void unsetClock() -
isKdc
public boolean isKdc()Gets the value of the kdc property.- Returns:
- possible object is
Boolean
-
setKdc
public void setKdc(boolean value) Sets the value of the kdc property.- Parameters:
value
- allowed object isBoolean
-
isSetKdc
public boolean isSetKdc() -
unsetKdc
public void unsetKdc()
-