|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Tagging
public class Tagging
Java class for Tagging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tagging">
<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="EntityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Time" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
entityId
|
protected java.lang.String |
name
|
protected java.lang.String |
time
|
protected java.lang.String |
userId
|
| Constructor Summary | |
|---|---|
Tagging()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEntityId()
Gets the value of the entityId property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTime()
Gets the value of the time property. |
java.lang.String |
getUserId()
Gets the value of the userId property. |
boolean |
isSetEntityId()
|
boolean |
isSetName()
|
boolean |
isSetTime()
|
boolean |
isSetUserId()
|
void |
setEntityId(java.lang.String value)
Sets the value of the entityId property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTime(java.lang.String value)
Sets the value of the time property. |
void |
setUserId(java.lang.String value)
Sets the value of the userId property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Tagging |
withEntityId(java.lang.String value)
Sets the value of the EntityId property. |
Tagging |
withName(java.lang.String value)
Sets the value of the Name property. |
Tagging |
withTime(java.lang.String value)
Sets the value of the Time property. |
Tagging |
withUserId(java.lang.String value)
Sets the value of the UserId 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 entityId
protected java.lang.String userId
protected java.lang.String time
| Constructor Detail |
|---|
public Tagging()
| 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 getEntityId()
Stringpublic void setEntityId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetEntityId()
public java.lang.String getUserId()
Stringpublic void setUserId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUserId()
public java.lang.String getTime()
Stringpublic void setTime(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTime()
public Tagging withName(java.lang.String value)
value -
public Tagging withEntityId(java.lang.String value)
value -
public Tagging withUserId(java.lang.String value)
value -
public Tagging withTime(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||