Uses of Class
org.lfenergy.compas.scl2007b4.model.TCert
Packages that use TCert
-
Uses of TCert in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TCertModifier and TypeFieldDescriptionprotected TCert
TCertificate.issuerName
protected TCert
TCertificate.subject
Methods in org.lfenergy.compas.scl2007b4.model that return TCertModifier and TypeMethodDescriptionObjectFactory.createTCert()
Create an instance ofTCert
TCertificate.getIssuerName()
Gets the value of the issuerName property.TCertificate.getSubject()
Gets the value of the subject property.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TCertModifier and TypeMethodDescriptionvoid
TCertificate.setIssuerName
(TCert value) Sets the value of the issuerName property.void
TCertificate.setSubject
(TCert value) Sets the value of the subject property.