generated
Class MembershipType

java.lang.Object
  extended by generated.MembershipType

public class MembershipType
extends java.lang.Object

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

name

protected java.lang.String name

description

protected java.lang.String description

owner

protected java.lang.String owner

createdDate

protected javax.xml.datatype.XMLGregorianCalendar createdDate

modifiedDate

protected javax.xml.datatype.XMLGregorianCalendar modifiedDate
Constructor Detail

MembershipType

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

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getOwner

public java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

getCreatedDate

public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.

Returns:
possible object is XMLGregorianCalendar

setCreatedDate

public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getModifiedDate

public javax.xml.datatype.XMLGregorianCalendar getModifiedDate()
Gets the value of the modifiedDate property.

Returns:
possible object is XMLGregorianCalendar

setModifiedDate

public void setModifiedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the modifiedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012 eXo Platform SAS. All Rights Reserved.