Class 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>
     
    • Field Detail

      • remoteKey

        protected String remoteKey
      • system

        protected String system
      • version

        protected String version
      • companyID

        protected String companyID
      • companyName

        protected String companyName
    • Constructor Detail

      • RemoteKeyCT

        public RemoteKeyCT()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • getCompanyName

        public String getCompanyName()
        Gets the value of the companyName property.
        Returns:
        possible object is String
      • setCompanyName

        public void setCompanyName​(String value)
        Sets the value of the companyName property.
        Parameters:
        value - allowed object is String