Class RemoteKeyCT
- java.lang.Object
- 
- fi.tut.mei.resdescapi.rdapi.model.rd.RemoteKeyCT
 
- 
 public class RemoteKeyCT extends Object Information of the remote key refering the resource in other systems or software.Java class for RemoteKey_CT complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="RemoteKey_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="remoteKey" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="system" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="companyID" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="companyName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description RemoteKeyCT()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompanyID()Gets the value of the companyID property.StringgetCompanyName()Gets the value of the companyName property.StringgetRemoteKey()Gets the value of the remoteKey property.StringgetSystem()Gets the value of the system property.StringgetVersion()Gets the value of the version property.voidsetCompanyID(String value)Sets the value of the companyID property.voidsetCompanyName(String value)Sets the value of the companyName property.voidsetRemoteKey(String value)Sets the value of the remoteKey property.voidsetSystem(String value)Sets the value of the system property.voidsetVersion(String value)Sets the value of the version property.
 
- 
- 
- 
Method Detail- 
getRemoteKeypublic String getRemoteKey() Gets the value of the remoteKey property.- Returns:
- possible object is
     String
 
 - 
setRemoteKeypublic void setRemoteKey(String value) Sets the value of the remoteKey property.- Parameters:
- value- allowed object is- String
 
 - 
getSystempublic String getSystem() Gets the value of the system property.- Returns:
- possible object is
     String
 
 - 
setSystempublic void setSystem(String value) Sets the value of the system property.- Parameters:
- value- allowed object is- String
 
 - 
getVersionpublic String getVersion() Gets the value of the version property.- Returns:
- possible object is
     String
 
 - 
setVersionpublic void setVersion(String value) Sets the value of the version property.- Parameters:
- value- allowed object is- String
 
 - 
getCompanyIDpublic String getCompanyID() Gets the value of the companyID property.- Returns:
- possible object is
     String
 
 - 
setCompanyIDpublic void setCompanyID(String value) Sets the value of the companyID property.- Parameters:
- value- allowed object is- String
 
 - 
getCompanyNamepublic String getCompanyName() Gets the value of the companyName property.- Returns:
- possible object is
     String
 
 
- 
 
-