Sets the system identifier of this InputSource.
(self, system_id)
| 216 | return self.__public_id |
| 217 | |
| 218 | def setSystemId(self, system_id): |
| 219 | "Sets the system identifier of this InputSource." |
| 220 | self.__system_id = system_id |
| 221 | |
| 222 | def getSystemId(self): |
| 223 | "Returns the system identifier of this InputSource." |
no outgoing calls