Class ContentMetadata

java.lang.Object
org.cip4.lib.xjdf.schema.ContentMetadata
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class ContentMetadata extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ContactRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="ISBN" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="Title" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • comment

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Comment comment
    • generalID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<GeneralID> generalID
    • contacts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<Resource> contacts
    • isbn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String isbn
    • title

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String title
  • Constructor Details

    • ContentMetadata

      public ContentMetadata()
  • Method Details

    • getComment

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Comment getComment()
      Gets the value of the comment property.
      Returns:
      possible object is Comment
    • setComment

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setComment(Comment value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is Comment
    • getGeneralID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<GeneralID> getGeneralID()
      Gets the value of the generalID property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the generalID property.

      For example, to add a new item, do as follows:

       getGeneralID().add(newItem);
       

      Objects of the following type(s) are allowed in the list GeneralID

      Returns:
      The value of the generalID property.
    • getContacts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Resource> getContacts()
      Gets the value of the contacts property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contacts property.

      For example, to add a new item, do as follows:

       getContacts().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

      Returns:
      The value of the contacts property.
    • getISBN

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getISBN()
      Gets the value of the isbn property.
      Returns:
      possible object is String
    • setISBN

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setISBN(String value)
      Sets the value of the isbn property.
      Parameters:
      value - allowed object is String
    • getTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • withComment

      public ContentMetadata withComment(Comment value)
    • withGeneralID

      public ContentMetadata withGeneralID(GeneralID... values)
    • withGeneralID

      public ContentMetadata withGeneralID(Collection<GeneralID> values)
    • withContacts

      public ContentMetadata withContacts(Resource... values)
    • withContacts

      public ContentMetadata withContacts(Collection<Resource> values)
    • withISBN

      public ContentMetadata withISBN(String value)
    • withTitle

      public ContentMetadata withTitle(String value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object