Class GetPropertiesResponseType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
-
- org.oasis_open.docs.ns.wscal.calws_soap.GetPropertiesResponseType
-
public class GetPropertiesResponseType extends BaseResponseType
Respond to the get-properties requestJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XRDTypexrd-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description GetPropertiesResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XRDTypegetXRD()Gets the value of the xrd property.voidsetXRD(XRDType value)Sets the value of the xrd property.-
Methods inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-
-
-
Field Detail
-
xrd
protected XRDType xrd
-
-