Class RequestType

  • All Implemented Interfaces:
    XMLWritable

    public class RequestType
    extends Object
    implements XMLWritable
    Define requestType, indicating the protocol request that led to the response. Element content is BASE-URL, attributes are arguments of protocol request, attribute-values are values of arguments of protocol request Java class for requestType complex type. The following schema fragment specifies the expected content contained within this class.
    • Field Detail

      • value

        protected String value
      • identifier

        protected String identifier
      • metadataPrefix

        protected String metadataPrefix
      • from

        protected Date from
      • until

        protected Date until
      • resumptionToken

        protected String resumptionToken
    • Constructor Detail

      • RequestType

        public RequestType()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is ;
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ;
      • getVerb

        public VerbType getVerb()
        Gets the value of the verb property.
        Returns:
        possible object is ;
      • setVerb

        public void setVerb​(VerbType value)
        Sets the value of the verb property.
        Parameters:
        value - allowed object is ;
      • getIdentifier

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is ;
      • setIdentifier

        public void setIdentifier​(String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is ;
      • getMetadataPrefix

        public String getMetadataPrefix()
        Gets the value of the metadataPrefix property.
        Returns:
        possible object is ;
      • setMetadataPrefix

        public void setMetadataPrefix​(String value)
        Sets the value of the metadataPrefix property.
        Parameters:
        value - allowed object is ;
      • getFrom

        public Date getFrom()
        Gets the value of the from property.
        Returns:
        possible object is ;
      • setFrom

        public void setFrom​(Date value)
        Sets the value of the from property.
        Parameters:
        value - allowed object is ;
      • getUntil

        public Date getUntil()
        Gets the value of the until property.
        Returns:
        possible object is ;
      • setUntil

        public void setUntil​(Date value)
        Sets the value of the until property.
        Parameters:
        value - allowed object is ;
      • getSet

        public String getSet()
        Gets the value of the set property.
        Returns:
        possible object is ;
      • setSet

        public void setSet​(String value)
        Sets the value of the set property.
        Parameters:
        value - allowed object is ;
      • getResumptionToken

        public String getResumptionToken()
        Gets the value of the resumptionToken property.
        Returns:
        possible object is ;
      • setResumptionToken

        public void setResumptionToken​(String value)
        Sets the value of the resumptionToken property.
        Parameters:
        value - allowed object is ;