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 Summary
Constructors Constructor Description RemoteKeyCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompanyID()
Gets the value of the companyID property.String
getCompanyName()
Gets the value of the companyName property.String
getRemoteKey()
Gets the value of the remoteKey property.String
getSystem()
Gets the value of the system property.String
getVersion()
Gets the value of the version property.void
setCompanyID(String value)
Sets the value of the companyID property.void
setCompanyName(String value)
Sets the value of the companyName property.void
setRemoteKey(String value)
Sets the value of the remoteKey property.void
setSystem(String value)
Sets the value of the system property.void
setVersion(String value)
Sets the value of the version property.
-
-
-
Method Detail
-
getRemoteKey
public String getRemoteKey()
Gets the value of the remoteKey property.- Returns:
- possible object is
String
-
setRemoteKey
public void setRemoteKey(String value)
Sets the value of the remoteKey property.- Parameters:
value
- allowed object isString
-
getSystem
public String getSystem()
Gets the value of the system property.- Returns:
- possible object is
String
-
setSystem
public void setSystem(String value)
Sets the value of the system property.- Parameters:
value
- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
getCompanyID
public String getCompanyID()
Gets the value of the companyID property.- Returns:
- possible object is
String
-
setCompanyID
public void setCompanyID(String value)
Sets the value of the companyID property.- Parameters:
value
- allowed object isString
-
getCompanyName
public String getCompanyName()
Gets the value of the companyName property.- Returns:
- possible object is
String
-
-