Class TCertificate
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
org.lfenergy.compas.scl2007b4.model.TCertificate
Java class for tCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCertificate"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tNaming"> <sequence> <element name="Subject" type="{http://www.iec.ch/61850/2003/SCL}tCert"/> <element name="IssuerName" type="{http://www.iec.ch/61850/2003/SCL}tCert"/> </sequence> <attribute name="xferNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="serialNumber" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> <minLength value="1"/> <pattern value="[0-9]+"/> </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
Modifier and TypeMethodDescriptionGets the value of the issuerName property.Gets the value of the serialNumber property.Gets the value of the subject property.long
Gets the value of the xferNumber property.boolean
boolean
boolean
boolean
void
setIssuerName
(TCert value) Sets the value of the issuerName property.void
setSerialNumber
(String value) Sets the value of the serialNumber property.void
setSubject
(TCert value) Sets the value of the subject property.void
setXferNumber
(long value) Sets the value of the xferNumber property.void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
subject
-
issuerName
-
xferNumber
-
serialNumber
-
-
Constructor Details
-
TCertificate
public TCertificate()
-
-
Method Details
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
TCert
-
setSubject
Sets the value of the subject property.- Parameters:
value
- allowed object isTCert
-
isSetSubject
public boolean isSetSubject() -
getIssuerName
Gets the value of the issuerName property.- Returns:
- possible object is
TCert
-
setIssuerName
Sets the value of the issuerName property.- Parameters:
value
- allowed object isTCert
-
isSetIssuerName
public boolean isSetIssuerName() -
getXferNumber
public long getXferNumber()Gets the value of the xferNumber property.- Returns:
- possible object is
Long
-
setXferNumber
public void setXferNumber(long value) Sets the value of the xferNumber property.- Parameters:
value
- allowed object isLong
-
isSetXferNumber
public boolean isSetXferNumber() -
unsetXferNumber
public void unsetXferNumber() -
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value
- allowed object isString
-
isSetSerialNumber
public boolean isSetSerialNumber()
-