com.ibm.cics.atomservice
Class AuthorType

java.lang.Object
  extended by com.ibm.cics.atomservice.AuthorType

public class AuthorType
extends java.lang.Object

Java class for author_type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="author_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AuthorType()
           
 
Method Summary
 java.lang.String getEmail()
          Gets the value of the email property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getUri()
          Gets the value of the uri property.
 void setEmail(java.lang.String value)
          Sets the value of the email property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorType

public AuthorType()
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

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getEmail

public java.lang.String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(java.lang.String value)
Sets the value of the email property.

Parameters:
value - allowed object is String