Class RegistryRequestType
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
-
- Direct Known Subclasses:
AcceptObjectsRequest
,AdhocQueryRequest
,ApproveObjectsRequest
,DeprecateObjectsRequest
,RelocateObjectsRequest
,RemoveObjectsRequest
,SubmitObjectsRequest
,UndeprecateObjectsRequest
,UpdateObjectsRequest
public class RegistryRequestType extends Object
Base type for all ebXML Registry requestsJava class for RegistryRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestSlotList" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SlotListType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
comment
protected String
id
protected SlotListType
requestSlotList
-
Constructor Summary
Constructors Constructor Description RegistryRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
Gets the value of the comment property.String
getId()
Gets the value of the id property.SlotListType
getRequestSlotList()
Gets the value of the requestSlotList property.void
setComment(String value)
Sets the value of the comment property.void
setId(String value)
Sets the value of the id property.void
setRequestSlotList(SlotListType value)
Sets the value of the requestSlotList property.
-
-
-
Field Detail
-
requestSlotList
protected SlotListType requestSlotList
-
id
protected String id
-
comment
protected String comment
-
-
Method Detail
-
getRequestSlotList
public SlotListType getRequestSlotList()
Gets the value of the requestSlotList property.- Returns:
- possible object is
SlotListType
-
setRequestSlotList
public void setRequestSlotList(SlotListType value)
Sets the value of the requestSlotList property.- Parameters:
value
- allowed object isSlotListType
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
-