Interface ReferenceLocationInformation


  • public interface ReferenceLocationInformation

    Interface for tReferenceLocationInformation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tReferenceLocationInformation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AccessType" type="{}tString" minOccurs="0"/>
             <element name="AccessInfo" type="{}tString" minOccurs="0"/>
             <element name="AccessValue" type="{}tString" minOccurs="0"/>
             <element name="Extension" type="{}tExtension" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getAccessType

        String getAccessType()
        Gets the value of the accessType property.
        Returns:
        possible object is String
      • setAccessType

        void setAccessType​(String value)
        Sets the value of the accessType property.
        Parameters:
        value - allowed object is String
      • getAccessInfo

        String getAccessInfo()
        Gets the value of the accessInfo property.
        Returns:
        possible object is String
      • setAccessInfo

        void setAccessInfo​(String value)
        Sets the value of the accessInfo property.
        Parameters:
        value - allowed object is String
      • getAccessValue

        String getAccessValue()
        Gets the value of the accessValue property.
        Returns:
        possible object is String
      • setAccessValue

        void setAccessValue​(String value)
        Sets the value of the accessValue property.
        Parameters:
        value - allowed object is String
      • getExtension

        Extension getExtension()
        Gets the value of the extension property.
        Returns:
        possible object is Extension
      • setExtension

        void setExtension​(Extension value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is Extension