Class GetCheckinUrlsRequest

java.lang.Object
com.emc.d2fs.services.download_service.GetCheckinUrlsRequest
All Implemented Interfaces:
Serializable

public class GetCheckinUrlsRequest extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.emc.com/d2fs/models/context}context"/>
         <element ref="{http://www.emc.com/d2fs/models/attribute}attributes" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="objectId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="formatName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="eventName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pageModifier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="configName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="linkId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="baseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetCheckinUrlsRequest

      public GetCheckinUrlsRequest()
  • Method Details

    • getContext

      public Context getContext()
      Gets the value of the context property.
      Returns:
      possible object is Context
    • setContext

      public void setContext(Context value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is Context
    • getAttributes

      public List<Attribute> getAttributes()
      Gets the value of the attributes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributes property.

      For example, to add a new item, do as follows:

          getAttributes().add(newItem);
       

      Objects of the following type(s) are allowed in the list Attribute

    • getObjectId

      public String getObjectId()
      Gets the value of the objectId property.
      Returns:
      possible object is String
    • setObjectId

      public void setObjectId(String value)
      Sets the value of the objectId property.
      Parameters:
      value - allowed object is String
    • getFormatName

      public String getFormatName()
      Gets the value of the formatName property.
      Returns:
      possible object is String
    • setFormatName

      public void setFormatName(String value)
      Sets the value of the formatName property.
      Parameters:
      value - allowed object is String
    • getEventName

      public String getEventName()
      Gets the value of the eventName property.
      Returns:
      possible object is String
    • setEventName

      public void setEventName(String value)
      Sets the value of the eventName property.
      Parameters:
      value - allowed object is String
    • getPageNumber

      public String getPageNumber()
      Gets the value of the pageNumber property.
      Returns:
      possible object is String
    • setPageNumber

      public void setPageNumber(String value)
      Sets the value of the pageNumber property.
      Parameters:
      value - allowed object is String
    • getPageModifier

      public String getPageModifier()
      Gets the value of the pageModifier property.
      Returns:
      possible object is String
    • setPageModifier

      public void setPageModifier(String value)
      Sets the value of the pageModifier property.
      Parameters:
      value - allowed object is String
    • getConfigName

      public String getConfigName()
      Gets the value of the configName property.
      Returns:
      possible object is String
    • setConfigName

      public void setConfigName(String value)
      Sets the value of the configName property.
      Parameters:
      value - allowed object is String
    • getLinkId

      public String getLinkId()
      Gets the value of the linkId property.
      Returns:
      possible object is String
    • setLinkId

      public void setLinkId(String value)
      Sets the value of the linkId property.
      Parameters:
      value - allowed object is String
    • getBaseUrl

      public String getBaseUrl()
      Gets the value of the baseUrl property.
      Returns:
      possible object is String
    • setBaseUrl

      public void setBaseUrl(String value)
      Sets the value of the baseUrl property.
      Parameters:
      value - allowed object is String