com.amazon.webservices.awsecommerceservice._2007_04_04
Class Help

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Help

public class Help
extends java.lang.Object

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 name="MarketplaceDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AWSAccessKeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubscriptionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AssociateTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Validate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Shared" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}HelpRequest" minOccurs="0"/>
         <element name="Request" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}HelpRequest" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String associateTag
           
protected  java.lang.String awsAccessKeyId
           
protected  java.lang.String marketplaceDomain
           
protected  java.util.List<HelpRequest> request
           
protected  HelpRequest shared
           
protected  java.lang.String subscriptionId
           
protected  java.lang.String validate
           
 
Constructor Summary
Help()
           
 
Method Summary
 java.lang.String getAssociateTag()
          Gets the value of the associateTag property.
 java.lang.String getAWSAccessKeyId()
          Gets the value of the awsAccessKeyId property.
 java.lang.String getMarketplaceDomain()
          Gets the value of the marketplaceDomain property.
 java.util.List<HelpRequest> getRequest()
          Gets the value of the request property.
 HelpRequest getShared()
          Gets the value of the shared property.
 java.lang.String getSubscriptionId()
          Gets the value of the subscriptionId property.
 java.lang.String getValidate()
          Gets the value of the validate property.
 void setAssociateTag(java.lang.String value)
          Sets the value of the associateTag property.
 void setAWSAccessKeyId(java.lang.String value)
          Sets the value of the awsAccessKeyId property.
 void setMarketplaceDomain(java.lang.String value)
          Sets the value of the marketplaceDomain property.
 void setShared(HelpRequest value)
          Sets the value of the shared property.
 void setSubscriptionId(java.lang.String value)
          Sets the value of the subscriptionId property.
 void setValidate(java.lang.String value)
          Sets the value of the validate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

marketplaceDomain

protected java.lang.String marketplaceDomain

awsAccessKeyId

protected java.lang.String awsAccessKeyId

subscriptionId

protected java.lang.String subscriptionId

associateTag

protected java.lang.String associateTag

validate

protected java.lang.String validate

shared

protected HelpRequest shared

request

protected java.util.List<HelpRequest> request
Constructor Detail

Help

public Help()
Method Detail

getMarketplaceDomain

public java.lang.String getMarketplaceDomain()
Gets the value of the marketplaceDomain property.

Returns:
possible object is String

setMarketplaceDomain

public void setMarketplaceDomain(java.lang.String value)
Sets the value of the marketplaceDomain property.

Parameters:
value - allowed object is String

getAWSAccessKeyId

public java.lang.String getAWSAccessKeyId()
Gets the value of the awsAccessKeyId property.

Returns:
possible object is String

setAWSAccessKeyId

public void setAWSAccessKeyId(java.lang.String value)
Sets the value of the awsAccessKeyId property.

Parameters:
value - allowed object is String

getSubscriptionId

public java.lang.String getSubscriptionId()
Gets the value of the subscriptionId property.

Returns:
possible object is String

setSubscriptionId

public void setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.

Parameters:
value - allowed object is String

getAssociateTag

public java.lang.String getAssociateTag()
Gets the value of the associateTag property.

Returns:
possible object is String

setAssociateTag

public void setAssociateTag(java.lang.String value)
Sets the value of the associateTag property.

Parameters:
value - allowed object is String

getValidate

public java.lang.String getValidate()
Gets the value of the validate property.

Returns:
possible object is String

setValidate

public void setValidate(java.lang.String value)
Sets the value of the validate property.

Parameters:
value - allowed object is String

getShared

public HelpRequest getShared()
Gets the value of the shared property.

Returns:
possible object is HelpRequest

setShared

public void setShared(HelpRequest value)
Sets the value of the shared property.

Parameters:
value - allowed object is HelpRequest

getRequest

public java.util.List<HelpRequest> getRequest()
Gets the value of the request 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 request property.

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

    getRequest().add(newItem);
 

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



Copyright © 2007 orange-cafe.de. All Rights Reserved.