public class DocumentMemberImp extends Object implements DocumentMember
| Constructor and Description |
|---|
DocumentMemberImp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArcrole()
example element:
|
String |
getDescription()
A description of the document
example: Station web page from operator
example element:
|
String |
getFormat()
The type of document the URL is pointing to
example: "text/html"
example element:
|
String |
getName()
A name of the document member
example element:
|
String |
getOnlineResource()
An URL for this document item
example element:
|
void |
setArcrole(String arcrole) |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setName(String name) |
void |
setOnlineResource(String onlineResource) |
public void setName(String name)
public void setArcrole(String arcrole)
public void setDescription(String description)
public void setFormat(String format)
public void setOnlineResource(String onlineResource)
public String getName()
DocumentMembergetName in interface DocumentMemberpublic String getArcrole()
DocumentMembergetArcrole in interface DocumentMemberpublic String getDescription()
DocumentMembergetDescription in interface DocumentMemberpublic String getFormat()
DocumentMembergetFormat in interface DocumentMemberpublic String getOnlineResource()
DocumentMembergetOnlineResource in interface DocumentMemberCopyright © 2016. All rights reserved.