|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.UserGroupXto
public class UserGroupXto
The UserGroup represents a snapshot of the UserGroup state. It contains general information of the UserGroup. The UserGroup can be modified and used to update the UserGroup's information.
Java class for UserGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="detailsLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UserGroupXto()
|
|
| Method Summary | |
|---|---|
AttributesXto |
getAttributes()
Gets the value of the attributes property. |
String |
getDescription()
Gets the value of the description property. |
Integer |
getDetailsLevel()
Gets the value of the detailsLevel property. |
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
long |
getOid()
Gets the value of the oid property. |
Date |
getValidFrom()
Gets the value of the validFrom property. |
Date |
getValidTo()
Gets the value of the validTo property. |
void |
setAttributes(AttributesXto value)
Sets the value of the attributes property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDetailsLevel(Integer value)
Sets the value of the detailsLevel property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOid(long value)
Sets the value of the oid property. |
void |
setValidFrom(Date value)
Sets the value of the validFrom property. |
void |
setValidTo(Date value)
Sets the value of the validTo property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupXto()
| Method Detail |
|---|
public long getOid()
public void setOid(long value)
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Date getValidFrom()
Stringpublic void setValidFrom(Date value)
value - allowed object is
Stringpublic Date getValidTo()
Stringpublic void setValidTo(Date value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getDetailsLevel()
Integerpublic void setDetailsLevel(Integer value)
value - allowed object is
Integerpublic AttributesXto getAttributes()
AttributesXtopublic void setAttributes(AttributesXto value)
value - allowed object is
AttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||