public static class GetSedicoImplantData.ScopeOfRequestedData
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="departmentId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="clinicId" type="{http://www.w3.org/2001/XMLSchema}long"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
clinicId |
protected java.lang.Long |
departmentId |
Constructor and Description |
---|
ScopeOfRequestedData() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getClinicId()
Gets the value of the clinicId property.
|
java.lang.Long |
getDepartmentId()
Gets the value of the departmentId property.
|
void |
setClinicId(java.lang.Long value)
Sets the value of the clinicId property.
|
void |
setDepartmentId(java.lang.Long value)
Sets the value of the departmentId property.
|
protected java.lang.Long departmentId
protected java.lang.Long clinicId
public java.lang.Long getDepartmentId()
Long
public void setDepartmentId(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Long getClinicId()
Long
public void setClinicId(java.lang.Long value)
value
- allowed object is
Long