|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A single qualified item in a subject code.
This interface represents the grouping of Subject,
SubjectDetail, or SubjectMatter elements with SubjectQualifier
elements. This grouping is implied by ordering, and is not
represented by an explicit XML element in a NewsML document; as a
result, this interface does not extend BaseNode
.
Only one of getSubject()
, getSubjectMatter()
, and
getSubjectDetail()
will return non-null.
SubjectCode
Method Summary | |
AssignedFormalName |
getSubject()
Get the IIM code for the subject of a news item. |
AssignedFormalName |
getSubjectDetail()
Get the IIM code for a subject detail of a news item. |
AssignedFormalName |
getSubjectMatter()
Get the IIM code for the subject matter of a news item. |
AssignedFormalName[] |
getSubjectQualifier()
Get an array of all subject qualifiers present. |
AssignedFormalName |
getSubjectQualifier(int index)
Get the IIM code for a subject qualifier. |
int |
getSubjectQualifierCount()
Count the subject qualifiers. |
Method Detail |
public AssignedFormalName getSubject()
getSubjectMatter()
,
getSubjectDetail()
public AssignedFormalName getSubjectMatter()
getSubject()
,
getSubjectDetail()
public AssignedFormalName getSubjectDetail()
getSubject()
,
getSubjectMatter()
public int getSubjectQualifierCount()
public AssignedFormalName getSubjectQualifier(int index)
Note that the index applies only to qualifiers immediately following the current Subject, SubjectMatter, or SubjectDetail element in the XML document.
The
- index of the subject qualifier, zero-based, numbered
sequentially.public AssignedFormalName[] getSubjectQualifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |