|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgenerated.MembershipType
public class MembershipType
Java class for _typeMembershipType_ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_typeMembershipType_">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="modifiedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
createdDate
|
protected java.lang.String |
description
|
protected javax.xml.datatype.XMLGregorianCalendar |
modifiedDate
|
protected java.lang.String |
name
|
protected java.lang.String |
owner
|
| Constructor Summary | |
|---|---|
MembershipType()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
javax.xml.datatype.XMLGregorianCalendar |
getModifiedDate()
Gets the value of the modifiedDate property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
void |
setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setModifiedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the modifiedDate property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner 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 description
protected java.lang.String owner
protected javax.xml.datatype.XMLGregorianCalendar createdDate
protected javax.xml.datatype.XMLGregorianCalendar modifiedDate
| Constructor Detail |
|---|
public MembershipType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOwner()
Stringpublic void setOwner(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getModifiedDate()
XMLGregorianCalendarpublic void setModifiedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||