com.amazonaws.a2s.model
Class Tagging

java.lang.Object
  extended by com.amazonaws.a2s.model.Tagging

public class Tagging
extends java.lang.Object

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

name

protected java.lang.String name

entityId

protected java.lang.String entityId

userId

protected java.lang.String userId

time

protected java.lang.String time
Constructor Detail

Tagging

public Tagging()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getEntityId

public java.lang.String getEntityId()
Gets the value of the entityId property.

Returns:
possible object is String

setEntityId

public void setEntityId(java.lang.String value)
Sets the value of the entityId property.

Parameters:
value - allowed object is String

isSetEntityId

public boolean isSetEntityId()

getUserId

public java.lang.String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(java.lang.String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

isSetUserId

public boolean isSetUserId()

getTime

public java.lang.String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(java.lang.String value)
Sets the value of the time property.

Parameters:
value - allowed object is String

isSetTime

public boolean isSetTime()

withName

public Tagging withName(java.lang.String value)
Sets the value of the Name property.

Parameters:
value -
Returns:
this instance

withEntityId

public Tagging withEntityId(java.lang.String value)
Sets the value of the EntityId property.

Parameters:
value -
Returns:
this instance

withUserId

public Tagging withUserId(java.lang.String value)
Sets the value of the UserId property.

Parameters:
value -
Returns:
this instance

withTime

public Tagging withTime(java.lang.String value)
Sets the value of the Time property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only