Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.RemoteKeyCT
-
Packages that use RemoteKeyCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of RemoteKeyCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type RemoteKeyCT Modifier and Type Field Description protected List<RemoteKeyCT>
ModuleInfoCT.RemoteKeys. remoteKey
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return RemoteKeyCT Modifier and Type Method Description RemoteKeyCT
ObjectFactory. createRemoteKeyCT()
Create an instance ofRemoteKeyCT
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type RemoteKeyCT Modifier and Type Method Description JAXBElement<RemoteKeyCT>
ObjectFactory. createRemoteKey(RemoteKeyCT value)
List<RemoteKeyCT>
ModuleInfoCT.RemoteKeys. getRemoteKey()
Gets the value of the remoteKey property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type RemoteKeyCT Modifier and Type Method Description JAXBElement<RemoteKeyCT>
ObjectFactory. createRemoteKey(RemoteKeyCT value)
-