Class GetPropertiesResponseType


  • public class GetPropertiesResponseType
    extends BaseResponseType
    Respond to the get-properties request

    Java class for GetPropertiesResponseType complex type.

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

     <complexType name="GetPropertiesResponseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ns/wscal/calws-soap}BaseResponseType">
           <sequence>
             <element ref="{http://docs.oasis-open.org/ns/xri/xrd-1.0}XRD"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetPropertiesResponseType

        public GetPropertiesResponseType()
    • Method Detail

      • getXRD

        public XRDType getXRD()
        Gets the value of the xrd property.
        Returns:
        possible object is XRDType
      • setXRD

        public void setXRD​(XRDType value)
        Sets the value of the xrd property.
        Parameters:
        value - allowed object is XRDType