Class GetEntityInfoResponse


  • public class GetEntityInfoResponse
    extends Object

    Java class for getEntityInfoResponse complex type.

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

     <complexType name="getEntityInfoResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="return" type="{http://icatproject.org}entityInfo" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetEntityInfoResponse

        public GetEntityInfoResponse()
    • Method Detail

      • getReturn

        public EntityInfo getReturn()
        Gets the value of the return property.
        Returns:
        possible object is EntityInfo
      • setReturn

        public void setReturn​(EntityInfo value)
        Sets the value of the return property.
        Parameters:
        value - allowed object is EntityInfo