Class XmlResourceType

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlResourceType
    extends java.lang.Object
    implements java.io.Serializable
    The type of a resource. You may enter an additional free text description.
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getContent()
      Returns the value of field 'content'.
      ResourceTypeGeneral getResourceTypeGeneral()
      Returns the value of field 'resourceTypeGeneral'.
      void setContent​(java.lang.String content)
      Sets the value of field 'content'.
      void setResourceTypeGeneral​(ResourceTypeGeneral resourceTypeGeneral)
      Sets the value of field 'resourceTypeGeneral'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlResourceType

        public XmlResourceType()
        Default constructor
      • XmlResourceType

        public XmlResourceType​(java.lang.String content)
        Constructor to create a XmlResourceType with the specified resource.
        Parameters:
        content - the resource to set.
      • XmlResourceType

        public XmlResourceType​(java.lang.String content,
                               ResourceTypeGeneral resourceTypeGeneral)
        Constructor to create a XmlCreator with the specified resource and resourceType.
        Parameters:
        content - the resource to set.
        resourceTypeGeneral - the resourceType to set.
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Returns the value of field 'content'. The field 'content' has the following description: internal content storage
        Returns:
        the value of field 'content'.
      • getResourceTypeGeneral

        public ResourceTypeGeneral getResourceTypeGeneral()
        Returns the value of field 'resourceTypeGeneral'.
        Returns:
        the value of field 'resourceTypeGeneral'.
      • setContent

        public void setContent​(java.lang.String content)
        Sets the value of field 'content'. The field 'content' has the following description: internal content storage
        Parameters:
        content - the value of field 'content'.
      • setResourceTypeGeneral

        public void setResourceTypeGeneral​(ResourceTypeGeneral resourceTypeGeneral)
        Sets the value of field 'resourceTypeGeneral'.
        Parameters:
        resourceTypeGeneral - the value of field 'resourceTypeGeneral'.