public class UserGroupXto extends Object
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 and Description |
|---|
UserGroupXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getOid()
public void setOid(long value)
public 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
AttributesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.