public class OrganizationPartOfInfo
extends java.lang.Object
This class has the following attributes:
1. id (List<Identifiers>)
2. realm Code (List<String>)
3. effective Time (EffectiveDateTime)
4. whole Organization (OrganizationInfo)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
OrganizationPartOfInfo() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveDateTime |
getEffectiveTime()
Returns the Effective time of Organization Part Of.
|
java.util.List<Identifiers> |
getId()
Returns List of the ID
|
java.util.List<java.lang.String> |
getRealmCode()
Returns the List of Realm Code.
|
OrganizationInfo |
getWholeOrganization()
Returns the Details of Whole Organization.
|
void |
setEffectiveTime(EffectiveDateTime effectiveTime)
Sets the Effective time of Organization Part Of.
|
void |
setWholeOrganization(OrganizationInfo wholeOrganization)
Sets the Details of Whole Organization.
|
public java.util.List<Identifiers> getId()
public java.util.List<java.lang.String> getRealmCode()
public EffectiveDateTime getEffectiveTime()
public void setEffectiveTime(EffectiveDateTime effectiveTime)
effectiveTime - Specifies the Effective time of Organization Part Of.public OrganizationInfo getWholeOrganization()
public void setWholeOrganization(OrganizationInfo wholeOrganization)
wholeOrganization - Specifies the Details of Whole Organization.