|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.ContributorType
public class ContributorType
Java class for contributor_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contributor_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 | |
---|---|
ContributorType()
|
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 |
---|
public ContributorType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUri()
String
public void setUri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |