📄 registryobject.html
字号:
<p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the Key for this object<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getDescription()"><!-- --></A><H3>getDescription</H3><PRE>public <A HREF="../../../../javax/xml/registry/infomodel/InternationalString.html" title="interface in javax.xml.registry.infomodel">InternationalString</A> <B>getDescription</B>() throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the textual description for this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the description for this object which must not be null<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="setDescription(javax.xml.registry.infomodel.InternationalString)"><!-- --></A><H3>setDescription</H3><PRE>public void <B>setDescription</B>(<A HREF="../../../../javax/xml/registry/infomodel/InternationalString.html" title="interface in javax.xml.registry.infomodel">InternationalString</A> description) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Sets the context independent textual description for this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>description</CODE> - the description for this object<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public <A HREF="../../../../javax/xml/registry/infomodel/InternationalString.html" title="interface in javax.xml.registry.infomodel">InternationalString</A> <B>getName</B>() throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the user-friendly name of this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the name for this object which must not be null.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="setName(javax.xml.registry.infomodel.InternationalString)"><!-- --></A><H3>setName</H3><PRE>public void <B>setName</B>(<A HREF="../../../../javax/xml/registry/infomodel/InternationalString.html" title="interface in javax.xml.registry.infomodel">InternationalString</A> name) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Sets user-friendly name of object in repository. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the name for this object<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="setKey(javax.xml.registry.infomodel.Key)"><!-- --></A><H3>setKey</H3><PRE>public void <B>setKey</B>(<A HREF="../../../../javax/xml/registry/infomodel/Key.html" title="interface in javax.xml.registry.infomodel">Key</A> key) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Sets the key representing the universally unique ID (UUID) for this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - the key for this object<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="toXML()"><!-- --></A><H3>toXML</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toXML</B>() throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Returns a registry provider specific XML representation of this Object. This may be used as a last resort back door way to get to a provider specific information element that is not accessible via the API. Implementation may choose to throw a UnsupportedCapabilityException. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the String containing the XML representation for this object<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="addClassification(javax.xml.registry.infomodel.Classification)"><!-- --></A><H3>addClassification</H3><PRE>public void <B>addClassification</B>(<A HREF="../../../../javax/xml/registry/infomodel/Classification.html" title="interface in javax.xml.registry.infomodel">Classification</A> classification) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Adds specified Classification to this object. Silently replaces the classifiedObject in Classification with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>classification</CODE> - the Classification being added<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="addClassifications(java.util.Collection)"><!-- --></A><H3>addClassifications</H3><PRE>public void <B>addClassifications</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> classifications) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Adds specified Classifications to this object. Silently replaces the classifiedObject in Classifications with reference to this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>classifications</CODE> - the Collection of Classifications being added<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="removeClassification(javax.xml.registry.infomodel.Classification)"><!-- --></A><H3>removeClassification</H3><PRE>public void <B>removeClassification</B>(<A HREF="../../../../javax/xml/registry/infomodel/Classification.html" title="interface in javax.xml.registry.infomodel">Classification</A> classification) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Removes specified Classification from this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>classification</CODE> - the Classification being removed<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="removeClassifications(java.util.Collection)"><!-- --></A><H3>removeClassifications</H3><PRE>public void <B>removeClassifications</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> classifications) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Removes specified Classifications from this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>classifications</CODE> - the Collection of Classifications being removed<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="setClassifications(java.util.Collection)"><!-- --></A><H3>setClassifications</H3><PRE>public void <B>setClassifications</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> classifications) throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Replaces all previous Classifications with specified Classifications. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>classifications</CODE> - the Collection of Classifications being set<DT><B>Throws:</B><DD><CODE><A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getClassifications()"><!-- --></A><H3>getClassifications</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> <B>getClassifications</B>() throws <A HREF="../../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the Classification instances that classify this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -