Class ApproveObjectsRequest

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.ApproveObjectsRequest

public class ApproveObjectsRequest extends RegistryRequestType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryRequestType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AdhocQuery" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ApproveObjectsRequest

      public ApproveObjectsRequest()
  • Method Details

    • getAdhocQuery

      public AdhocQueryType getAdhocQuery()
      Gets the value of the adhocQuery property.
      Returns:
      possible object is AdhocQueryType
    • setAdhocQuery

      public void setAdhocQuery(AdhocQueryType value)
      Sets the value of the adhocQuery property.
      Parameters:
      value - allowed object is AdhocQueryType
    • getObjectRefList

      public ObjectRefListType getObjectRefList()
      Gets the value of the objectRefList property.
      Returns:
      possible object is ObjectRefListType
    • setObjectRefList

      public void setObjectRefList(ObjectRefListType value)
      Sets the value of the objectRefList property.
      Parameters:
      value - allowed object is ObjectRefListType