Class TServerAt
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TServerAt
Java class for tServerAt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tServerAt"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <attribute name="apName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apName property.boolean
void
Sets the value of the apName property.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
-
apName
-
-
Constructor Details
-
TServerAt
public TServerAt()
-
-
Method Details