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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DepartmentInfoXto
Direct Known Subclasses:
DepartmentXto

public class DepartmentInfoXto
extends Object

Contains only important core information used to identify a department.

Java class for DepartmentInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DepartmentInfo">
   <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"/>
         <element name="runtimeOrganizationOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DepartmentInfoXto()
           
 
Method Summary
 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.
 long getRuntimeOrganizationOid()
          Gets the value of the runtimeOrganizationOid 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 setRuntimeOrganizationOid(long value)
          Sets the value of the runtimeOrganizationOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepartmentInfoXto

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

getRuntimeOrganizationOid

public long getRuntimeOrganizationOid()
Gets the value of the runtimeOrganizationOid property.


setRuntimeOrganizationOid

public void setRuntimeOrganizationOid(long value)
Sets the value of the runtimeOrganizationOid property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.