public class DepartmentInfoXto extends Object
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 and Description |
|---|
DepartmentInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 long getRuntimeOrganizationOid()
public void setRuntimeOrganizationOid(long value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.