📄 dcmodule.html
字号:
<p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>descriptions</CODE> - the list of String representing the DublinCore module descriptions to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getDescription()"><!-- --></A><H3>getDescription</H3><PRE>public java.lang.String <B>getDescription</B>()</PRE><DL><DD>Gets the DublinCore module description. Convenience method that can be used to obtain the first item, <b>null</b> if none. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first DublinCore module description, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setDescription(java.lang.String)"><!-- --></A><H3>setDescription</H3><PRE>public void <B>setDescription</B>(java.lang.String description)</PRE><DL><DD>Sets the DublinCore module description. Convenience method that can be used when there is only one description to set. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>description</CODE> - the DublinCore module description to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getPublishers()"><!-- --></A><H3>getPublishers</H3><PRE>public java.util.List <B>getPublishers</B>()</PRE><DL><DD>Returns the DublinCore module publisher. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a list of Strings representing the DublinCore module publisher, an empty list if none.</DL></DD></DL><HR><A NAME="setPublishers(java.util.List)"><!-- --></A><H3>setPublishers</H3><PRE>public void <B>setPublishers</B>(java.util.List publishers)</PRE><DL><DD>Sets the DublinCore module publishers. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>publishers</CODE> - the list of String representing the DublinCore module publishers to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getPublisher()"><!-- --></A><H3>getPublisher</H3><PRE>public java.lang.String <B>getPublisher</B>()</PRE><DL><DD>Gets the DublinCore module publisher. Convenience method that can be used to obtain the first item, <b>null</b> if none. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first DublinCore module publisher, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setPublisher(java.lang.String)"><!-- --></A><H3>setPublisher</H3><PRE>public void <B>setPublisher</B>(java.lang.String publisher)</PRE><DL><DD>Sets the DublinCore module publisher. Convenience method that can be used when there is only one publisher to set. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>publisher</CODE> - the DublinCore module publisher to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getContributors()"><!-- --></A><H3>getContributors</H3><PRE>public java.util.List <B>getContributors</B>()</PRE><DL><DD>Returns the DublinCore module contributor. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a list of Strings representing the DublinCore module contributor, an empty list if none.</DL></DD></DL><HR><A NAME="setContributors(java.util.List)"><!-- --></A><H3>setContributors</H3><PRE>public void <B>setContributors</B>(java.util.List contributors)</PRE><DL><DD>Sets the DublinCore module contributors. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>contributors</CODE> - the list of String representing the DublinCore module contributors to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getContributor()"><!-- --></A><H3>getContributor</H3><PRE>public java.lang.String <B>getContributor</B>()</PRE><DL><DD>Gets the DublinCore module contributor. Convenience method that can be used to obtain the first item, <b>null</b> if none. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first DublinCore module contributor, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setContributor(java.lang.String)"><!-- --></A><H3>setContributor</H3><PRE>public void <B>setContributor</B>(java.lang.String contributor)</PRE><DL><DD>Sets the DublinCore module contributor. Convenience method that can be used when there is only one contributor to set. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>contributor</CODE> - the DublinCore module contributor to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getDates()"><!-- --></A><H3>getDates</H3><PRE>public java.util.List <B>getDates</B>()</PRE><DL><DD>Returns the DublinCore module date. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a list of Strings representing the DublinCore module date, an empty list if none.</DL></DD></DL><HR><A NAME="setDates(java.util.List)"><!-- --></A><H3>setDates</H3><PRE>public void <B>setDates</B>(java.util.List dates)</PRE><DL><DD>Sets the DublinCore module dates. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dates</CODE> - the list of Date representing the DublinCore module dates to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getDate()"><!-- --></A><H3>getDate</H3><PRE>public java.util.Date <B>getDate</B>()</PRE><DL><DD>Gets the DublinCore module date. Convenience method that can be used to obtain the first item, <b>null</b> if none. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first DublinCore module date, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setDate(java.util.Date)"><!-- --></A><H3>setDate</H3><PRE>public void <B>setDate</B>(java.util.Date date)</PRE><DL><DD>Sets the DublinCore module date. Convenience method that can be used when there is only one date to set. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>date</CODE> - the DublinCore module date to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getTypes()"><!-- --></A><H3>getTypes</H3><PRE>public java.util.List <B>getTypes</B>()</PRE><DL><DD>Returns the DublinCore module type. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a list of Strings representing the DublinCore module type, an empty list if none.</DL></DD></DL><HR><A NAME="setTypes(java.util.List)"><!-- --></A><H3>setTypes</H3><PRE>public void <B>setTypes</B>(java.util.List types)</PRE><DL><DD>Sets the DublinCore module types. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>types</CODE> - the list of String representing the DublinCore module types to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getType()"><!-- --></A><H3>getType</H3><PRE>public java.lang.String <B>getType</B>()</PRE><DL><DD>Gets the DublinCore module type. Convenience method that can be used to obtain the first item, <b>null</b> if none. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first DublinCore module type, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setType(java.lang.String)"><!-- --></A><H3>setType</H3><PRE>public void <B>setType</B>(java.lang.String type)</PRE><DL><DD>Sets the DublinCore module type. Convenience method that can be used when there is only one type to set. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the DublinCore module type to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getFormats()"><!-- --></A><H3>getFormats</H3><PRE>public java.util.List <B>getFormats</B>()</PRE><DL><DD>Returns the DublinCore module format. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a list of Strings representing the DublinCore module format, an empty list if none.</DL></DD></DL><HR><A NAME="setFormats(java.util.List)"><!-- --></A><H3>setFormats</H3><PRE>public void <B>setFormats</B>(java.util.List formats)</PRE><DL><DD>Sets the DublinCore module formats. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>formats</CODE> - the list of String representing the DublinCore module formats to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getFormat()"><!-- --></A><H3>getFormat</H3><PRE>public java.lang.String <B>getFormat</B>()</PRE><DL><DD>Gets the DublinCore module format. Convenience method that can be used to obtain the first item, <b>null</b> if none. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first DublinCore module format, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setFormat(java.lang.String)"><!-- --></A><H3>setFormat</H3><PRE>public void <B>setFormat</B>(java.lang.String format)</PRE><DL><DD>Sets the DublinCore module format. Convenience method that can be used when there is only one format to set. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>format</CODE> - the DublinCore module format to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getIdentifiers()"><!-- --></A><H3>getIdentifiers</H3><PRE>public java.util.List <B>getIdentifiers</B>()</PRE><DL><DD>Returns the DublinCore module identifier. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a list of Strings representing the DublinCore module identifier, an empty list if none.</DL></DD></DL><HR><A NAME="setIdentifiers(java.util.List)"><!-- --></A><H3>setIdentifiers</H3><PRE>public void <B>setIdentifiers</B>(java.util.List identifiers)</PRE><DL><DD>Sets the DublinCore module identifiers. <p><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>identifiers</CODE> - the list of String representing the DublinCore module identifiers to set, an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getIdentifier()"><!-- --></A><H3>getIdentifier</H3><PRE>public java.lang.String <B>getIdentifier</B>()</PRE><DL><DD>Gets the DublinCore module identifier. Convenience method that can be used to obtain the first item, <b>null</b> if none.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -