|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Tag
public class Tag
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="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TagType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Item"/>
<enumeration value="ListmaniaList"/>
<enumeration value="Guide"/>
</restriction>
</simpleType>
</element>
<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}TaggedItems" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TaggedListmaniaLists" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TaggedGuides" 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 |
distinctUsers
|
protected Tagging |
firstTagging
|
protected Tagging |
lastTagging
|
protected java.lang.String |
name
|
protected java.util.List<TaggedGuides> |
taggedGuides
|
protected java.util.List<TaggedItems> |
taggedItems
|
protected java.util.List<TaggedListmaniaLists> |
taggedListmaniaLists
|
protected java.lang.String |
tagType
|
protected java.lang.String |
totalUsages
|
| Constructor Summary | |
|---|---|
Tag()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDistinctItems()
Gets the value of the distinctItems 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.lang.String |
getName()
Gets the value of the name property. |
java.util.List<TaggedGuides> |
getTaggedGuides()
Gets the value of the taggedGuides property. |
java.util.List<TaggedItems> |
getTaggedItems()
Gets the value of the taggedItems property. |
java.util.List<TaggedListmaniaLists> |
getTaggedListmaniaLists()
Gets the value of the taggedListmaniaLists property. |
java.lang.String |
getTagType()
Gets the value of the tagType property. |
java.lang.String |
getTotalUsages()
Gets the value of the totalUsages property. |
boolean |
isSetDistinctItems()
|
boolean |
isSetDistinctUsers()
|
boolean |
isSetFirstTagging()
|
boolean |
isSetLastTagging()
|
boolean |
isSetName()
|
boolean |
isSetTaggedGuides()
|
boolean |
isSetTaggedItems()
|
boolean |
isSetTaggedListmaniaLists()
|
boolean |
isSetTagType()
|
boolean |
isSetTotalUsages()
|
void |
setDistinctItems(java.lang.String value)
Sets the value of the distinctItems 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 |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTaggedGuides(java.util.List<TaggedGuides> taggedGuides)
Sets the value of the taggedGuides property. |
void |
setTaggedItems(java.util.List<TaggedItems> taggedItems)
Sets the value of the taggedItems property. |
void |
setTaggedListmaniaLists(java.util.List<TaggedListmaniaLists> taggedListmaniaLists)
Sets the value of the taggedListmaniaLists property. |
void |
setTagType(java.lang.String value)
Sets the value of the tagType 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 |
unsetTaggedGuides()
|
void |
unsetTaggedItems()
|
void |
unsetTaggedListmaniaLists()
|
Tag |
withDistinctItems(java.lang.String value)
Sets the value of the DistinctItems property. |
Tag |
withDistinctUsers(java.lang.String value)
Sets the value of the DistinctUsers property. |
Tag |
withFirstTagging(Tagging value)
Sets the value of the FirstTagging property. |
Tag |
withLastTagging(Tagging value)
Sets the value of the LastTagging property. |
Tag |
withName(java.lang.String value)
Sets the value of the Name property. |
Tag |
withTaggedGuides(TaggedGuides... values)
Sets the value of the TaggedGuides property. |
Tag |
withTaggedItems(TaggedItems... values)
Sets the value of the TaggedItems property. |
Tag |
withTaggedListmaniaLists(TaggedListmaniaLists... values)
Sets the value of the TaggedListmaniaLists property. |
Tag |
withTagType(java.lang.String value)
Sets the value of the TagType property. |
Tag |
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 name
protected java.lang.String tagType
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<TaggedItems> taggedItems
protected java.util.List<TaggedListmaniaLists> taggedListmaniaLists
protected java.util.List<TaggedGuides> taggedGuides
| Constructor Detail |
|---|
public Tag()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getTagType()
Stringpublic void setTagType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTagType()
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<TaggedItems> getTaggedItems()
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 taggedItems property.
For example, to add a new item, do as follows:
getTaggedItems().add(newItem);
Objects of the following type(s) are allowed in the list
TaggedItems
public boolean isSetTaggedItems()
public void unsetTaggedItems()
public java.util.List<TaggedListmaniaLists> getTaggedListmaniaLists()
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 taggedListmaniaLists property.
For example, to add a new item, do as follows:
getTaggedListmaniaLists().add(newItem);
Objects of the following type(s) are allowed in the list
TaggedListmaniaLists
public boolean isSetTaggedListmaniaLists()
public void unsetTaggedListmaniaLists()
public java.util.List<TaggedGuides> getTaggedGuides()
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 taggedGuides property.
For example, to add a new item, do as follows:
getTaggedGuides().add(newItem);
Objects of the following type(s) are allowed in the list
TaggedGuides
public boolean isSetTaggedGuides()
public void unsetTaggedGuides()
public Tag withName(java.lang.String value)
value -
public Tag withTagType(java.lang.String value)
value -
public Tag withDistinctItems(java.lang.String value)
value -
public Tag withDistinctUsers(java.lang.String value)
value -
public Tag withTotalUsages(java.lang.String value)
value -
public Tag withFirstTagging(Tagging value)
value -
public Tag withLastTagging(Tagging value)
value -
public Tag withTaggedItems(TaggedItems... values)
values -
public Tag withTaggedListmaniaLists(TaggedListmaniaLists... values)
values -
public Tag withTaggedGuides(TaggedGuides... values)
values -
public void setTaggedItems(java.util.List<TaggedItems> taggedItems)
taggedItems - allowed object is
TaggedItemspublic void setTaggedListmaniaLists(java.util.List<TaggedListmaniaLists> taggedListmaniaLists)
taggedListmaniaLists - allowed object is
TaggedListmaniaListspublic void setTaggedGuides(java.util.List<TaggedGuides> taggedGuides)
taggedGuides - allowed object is
TaggedGuidesprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||