|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.insurance.policy.Section
public class Section
A section with the policy.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
Section()
|
|
| Method Summary | |
|---|---|
void |
addAssetId(java.lang.String assetId)
Add a assetId to the collection associated with this object. |
void |
addCoverage(Coverage coverage)
Add a coverage to the list associated with this section. |
void |
addExcessId(java.lang.String excessId)
Add an instance of String to the list associated with this object. |
void |
addUninsuredAssetId(java.lang.String uninsuredAssetId)
Add a uninsuredAssetId to the collection associated with this object. |
void |
addWording(Wording wording)
Add an instance of com.ail.insurance.policy.Wording to the list associated with this object. |
AssessmentSheet |
getAssessmentSheet()
Get the assessment sheet associated with this section. |
java.util.List<java.lang.String> |
getAssetId()
Fetch the collection of assetId objects associated with this instance. |
java.lang.String |
getAssetId(int i)
Get the instance of assetId at a specific index from the collection of String objects associated with this instance. |
int |
getAssetIdCount()
Fetch a count of the number of assetId objects associated with this instance. |
java.util.List<Coverage> |
getCoverage()
Get the collection of Coverages associagted with this section. |
Coverage |
getCoverage(int i)
Get the Coverage at a specific index in the collection associated with this section. |
Coverage |
getCoverageById(java.lang.String coverageId)
Fetch the coverage with a specific id from the collection associated with this section. |
int |
getCoverageCount()
Get the number of Coverages associated with this section. |
java.util.List<java.lang.String> |
getExcessId()
Get the collection of instances of String associated with this object. |
java.lang.String |
getExcessId(int i)
Fetch a spacific String from the collection by index number. |
int |
getExcessIdCount()
Get a count of the number of String instances associated with this object |
YesNo |
getExcluded()
Getter returning the value of the excluded property. |
java.lang.String |
getExcludedAsString()
Get the value of the excluded property as a string (as opposed to an instance of YesNo). |
java.lang.String |
getId()
Get this section's ID. |
YesNo |
getIncluded()
Getter returning the value of the included property. |
java.lang.String |
getIncludedAsString()
Get the value of the included property as a string (as opposed to an instance of YesNo). |
java.lang.String |
getSectionTypeId()
Get the section type id associated with this section. |
java.util.List<java.lang.String> |
getUninsuredAssetId()
Fetch the collection of uninsuredAssetId objects associated with this instance. |
java.lang.String |
getUninsuredAssetId(int i)
Get the instance of uninsuredAssetId at a specific index from the collection of String objects associated with this instance. |
int |
getUninsuredAssetIdCount()
Fetch a count of the number of uninsuredAssetId objects associated with this instance. |
java.util.List<Wording> |
getWording()
Get the collection of instances of com.ail.insurance.policy.Wording associated with this object. |
Wording |
getWording(int i)
Fetch a spacific com.ail.insurance.policy.Wording from the collection by index number. |
int |
getWordingCount()
Get a count of the number of com.ail.insurance.policy.Wording instances associated with this object |
void |
removeAssetId(int i)
Remove a specific assetId from the collection of String objects associated with this object. |
void |
removeAssetId(java.lang.String assetId)
Remove a specific instance of String from the collection associated with this object. |
void |
removeCoverage(int i)
Remove the coverage at a specific index in the collection of Coverages associated with this section. |
void |
removeCoverage(java.util.List<Coverage> coverage)
Remove the specified coverage from the list associated with this section. |
void |
removeExcessId(int i)
Remove the element specified from the list. |
void |
removeExcessId(java.lang.String excessId)
Remove the specified instance of String from the list. |
void |
removeUninsuredAssetId(int i)
Remove a specific uninsuredAssetId from the collection of String objects associated with this object. |
void |
removeUninsuredAssetId(java.lang.String uninsuredAssetId)
Remove a specific instance of uninsuredAssetId from the collection associated with this object. |
void |
removeWording(int i)
Remove the element specified from the list. |
void |
removeWording(Wording wording)
Remove the specified instance of com.ail.insurance.policy.Wording from the list. |
void |
setAssessmentSheet(AssessmentSheet assessmentSheet)
Set the assessment sheet associated with this section. |
void |
setAssetId(java.util.List<java.lang.String> assetId)
Set the collection of instances of String associated with this object. |
void |
setCoverage(java.util.List<Coverage> coverage)
Set the collection of Coverages associated with this section. |
void |
setExcessId(java.util.List<java.lang.String> excessId)
Set the collection of instances of String associated with this object. |
void |
setExcluded(YesNo excluded)
Setter to update the value of the excluded property. |
void |
setExcludedAsString(java.lang.String excluded)
Set the excluded property as a String. |
void |
setId(java.lang.String id)
Set this section's ID. |
void |
setIncluded(YesNo included)
Setter to update the value of the included property. |
void |
setIncludedAsString(java.lang.String included)
Set the included property as a String. |
void |
setSectionTypeId(java.lang.String sectionTypeId)
Set the section type id. |
void |
setUninsuredAssetId(java.util.List<java.lang.String> uninsuredAssetId)
Set the collection of instances of uninsuredAssetId associated with this object. |
void |
setWording(java.util.List<Wording> wording)
Set the collection of instances of com.ail.insurance.policy.Wording associated with this object. |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Section()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - Section's IDgetId()public java.util.List<Coverage> getCoverage()
getCoverage() to get those associated with specific sections.
public void setCoverage(java.util.List<Coverage> coverage)
coverage - The collection of coverages to be associated with the section.getCoverage()public int getCoverageCount()
public Coverage getCoverage(int i)
i - Index to return the coverage from.
public void removeCoverage(int i)
i - Index of coverage to remove.public void addCoverage(Coverage coverage)
coverage - Coverage to add to the list.public void removeCoverage(java.util.List<Coverage> coverage)
coverage - Coverage to be removedpublic Coverage getCoverageById(java.lang.String coverageId)
coverageId - ID of coverage to be returned
public java.util.List<java.lang.String> getAssetId()
public void setAssetId(java.util.List<java.lang.String> assetId)
assetId - A collection of instances of Stringpublic int getAssetIdCount()
public java.lang.String getAssetId(int i)
i - Index
public void removeAssetId(int i)
i - Index of assetId to remove.public void addAssetId(java.lang.String assetId)
assetId - Instance of String to add.public void removeAssetId(java.lang.String assetId)
assetId - Object to be removed from the collection.public java.util.List<java.lang.String> getUninsuredAssetId()
public void setUninsuredAssetId(java.util.List<java.lang.String> uninsuredAssetId)
uninsuredAssetId - A collection of instances of Stringpublic int getUninsuredAssetIdCount()
public java.lang.String getUninsuredAssetId(int i)
i - Index
public void removeUninsuredAssetId(int i)
i - Index of uninsuredAssetId to remove.public void addUninsuredAssetId(java.lang.String uninsuredAssetId)
uninsuredAssetId - Instance of String to add.public void removeUninsuredAssetId(java.lang.String uninsuredAssetId)
uninsuredAssetId - Object to be removed from the collection.public AssessmentSheet getAssessmentSheet()
public void setAssessmentSheet(AssessmentSheet assessmentSheet)
assessmentSheet - The assessment sheetpublic java.lang.String getSectionTypeId()
public void setSectionTypeId(java.lang.String sectionTypeId)
sectionTypeId - getSectionTypeId()public java.util.List<Wording> getWording()
setWording(java.util.List) public void setWording(java.util.List<Wording> wording)
wording - A collection of instances of ExcessgetWording()public int getWordingCount()
public Wording getWording(int i)
i - Index of element to return
public void removeWording(int i)
i - Index of element to removepublic void removeWording(Wording wording)
wording - Instance to be removedpublic void addWording(Wording wording)
wording - Instance to add to listpublic YesNo getExcluded()
public void setExcluded(YesNo excluded)
excluded - New value for the excluded propertypublic java.lang.String getExcludedAsString()
public void setExcludedAsString(java.lang.String excluded)
throws java.lang.IndexOutOfBoundsException
excluded - New value for property.
java.lang.IndexOutOfBoundsException - If excluded is not a valid YesNo.public YesNo getIncluded()
public void setIncluded(YesNo included)
included - New value for the included propertypublic java.lang.String getIncludedAsString()
public void setIncludedAsString(java.lang.String included)
throws java.lang.IndexOutOfBoundsException
included - New value for property.
java.lang.IndexOutOfBoundsException - If included is not a valid YesNo.public java.util.List<java.lang.String> getExcessId()
setExcessId(java.util.List) public void setExcessId(java.util.List<java.lang.String> excessId)
excessId - A collection of instances of ExcessgetExcessId()public int getExcessIdCount()
public java.lang.String getExcessId(int i)
i - Index of element to return
public void removeExcessId(int i)
i - Index of element to removepublic void removeExcessId(java.lang.String excessId)
excessId - Instance to be removedpublic void addExcessId(java.lang.String excessId)
excessId - Instance to add to list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||