org.eclipse.stardust.engine.api.ws
Class UserGroupXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.UserGroupXto

public class UserGroupXto
extends Object

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

UserGroupXto

public UserGroupXto()
Method Detail

getOid

public long getOid()
Gets the value of the oid property.


setOid

public void setOid(long value)
Sets the value of the oid property.


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValidFrom

public Date getValidFrom()
Gets the value of the validFrom property.

Returns:
possible object is String

setValidFrom

public void setValidFrom(Date value)
Sets the value of the validFrom property.

Parameters:
value - allowed object is String

getValidTo

public Date getValidTo()
Gets the value of the validTo property.

Returns:
possible object is String

setValidTo

public void setValidTo(Date value)
Sets the value of the validTo property.

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getDetailsLevel

public Integer getDetailsLevel()
Gets the value of the detailsLevel property.

Returns:
possible object is Integer

setDetailsLevel

public void setDetailsLevel(Integer value)
Sets the value of the detailsLevel property.

Parameters:
value - allowed object is Integer

getAttributes

public AttributesXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is AttributesXto

setAttributes

public void setAttributes(AttributesXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.