|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Tags
public class Tags
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="DistinctTags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DistinctItems" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DistinctUsers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalUsages" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstTagging" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Tagging" minOccurs="0"/>
<element name="LastTagging" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Tagging" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Tag" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
distinctItems
|
protected java.lang.String |
distinctTags
|
protected java.lang.String |
distinctUsers
|
protected Tagging |
firstTagging
|
protected Tagging |
lastTagging
|
protected java.util.List<Tag> |
tag
|
protected java.lang.String |
totalUsages
|
| Constructor Summary | |
|---|---|
Tags()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDistinctItems()
Gets the value of the distinctItems property. |
java.lang.String |
getDistinctTags()
Gets the value of the distinctTags property. |
java.lang.String |
getDistinctUsers()
Gets the value of the distinctUsers property. |
Tagging |
getFirstTagging()
Gets the value of the firstTagging property. |
Tagging |
getLastTagging()
Gets the value of the lastTagging property. |
java.util.List<Tag> |
getTag()
Gets the value of the tag property. |
java.lang.String |
getTotalUsages()
Gets the value of the totalUsages property. |
boolean |
isSetDistinctItems()
|
boolean |
isSetDistinctTags()
|
boolean |
isSetDistinctUsers()
|
boolean |
isSetFirstTagging()
|
boolean |
isSetLastTagging()
|
boolean |
isSetTag()
|
boolean |
isSetTotalUsages()
|
void |
setDistinctItems(java.lang.String value)
Sets the value of the distinctItems property. |
void |
setDistinctTags(java.lang.String value)
Sets the value of the distinctTags property. |
void |
setDistinctUsers(java.lang.String value)
Sets the value of the distinctUsers property. |
void |
setFirstTagging(Tagging value)
Sets the value of the firstTagging property. |
void |
setLastTagging(Tagging value)
Sets the value of the lastTagging property. |
void |
setTag(java.util.List<Tag> tag)
Sets the value of the tag property. |
void |
setTotalUsages(java.lang.String value)
Sets the value of the totalUsages property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetTag()
|
Tags |
withDistinctItems(java.lang.String value)
Sets the value of the DistinctItems property. |
Tags |
withDistinctTags(java.lang.String value)
Sets the value of the DistinctTags property. |
Tags |
withDistinctUsers(java.lang.String value)
Sets the value of the DistinctUsers property. |
Tags |
withFirstTagging(Tagging value)
Sets the value of the FirstTagging property. |
Tags |
withLastTagging(Tagging value)
Sets the value of the LastTagging property. |
Tags |
withTag(Tag... values)
Sets the value of the Tag property. |
Tags |
withTotalUsages(java.lang.String value)
Sets the value of the TotalUsages property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String distinctTags
protected java.lang.String distinctItems
protected java.lang.String distinctUsers
protected java.lang.String totalUsages
protected Tagging firstTagging
protected Tagging lastTagging
protected java.util.List<Tag> tag
| Constructor Detail |
|---|
public Tags()
| Method Detail |
|---|
public java.lang.String getDistinctTags()
Stringpublic void setDistinctTags(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDistinctTags()
public java.lang.String getDistinctItems()
Stringpublic void setDistinctItems(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDistinctItems()
public java.lang.String getDistinctUsers()
Stringpublic void setDistinctUsers(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDistinctUsers()
public java.lang.String getTotalUsages()
Stringpublic void setTotalUsages(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTotalUsages()
public Tagging getFirstTagging()
Taggingpublic void setFirstTagging(Tagging value)
value - allowed object is
Taggingpublic boolean isSetFirstTagging()
public Tagging getLastTagging()
Taggingpublic void setLastTagging(Tagging value)
value - allowed object is
Taggingpublic boolean isSetLastTagging()
public java.util.List<Tag> getTag()
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 tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
Tag
public boolean isSetTag()
public void unsetTag()
public Tags withDistinctTags(java.lang.String value)
value -
public Tags withDistinctItems(java.lang.String value)
value -
public Tags withDistinctUsers(java.lang.String value)
value -
public Tags withTotalUsages(java.lang.String value)
value -
public Tags withFirstTagging(Tagging value)
value -
public Tags withLastTagging(Tagging value)
value -
public Tags withTag(Tag... values)
values -
public void setTag(java.util.List<Tag> tag)
tag - allowed object is
Tagprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||