Class ResourceSet

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class ResourceSet
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Dependent" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="CombinedProcessIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
           <attribute name="CommentURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
           <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="ProcessUsage" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Unit" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Usage">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Input"/>
                 <enumeration value="Output"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • comment

        protected java.util.List<Comment> comment
      • dependent

        protected java.util.List<Dependent> dependent
      • generalID

        protected java.util.List<GeneralID> generalID
      • resource

        protected java.util.List<Resource> resource
      • combinedProcessIndex

        protected IntegerList combinedProcessIndex
      • commentURL

        protected URI commentURL
      • descriptiveName

        protected java.lang.String descriptiveName
      • id

        protected java.lang.String id
      • name

        protected java.lang.String name
      • processUsage

        protected java.lang.String processUsage
      • unit

        protected java.lang.String unit
    • Constructor Detail

      • ResourceSet

        public ResourceSet()
    • Method Detail

      • getComment

        public java.util.List<Comment> getComment()
        Gets the value of the comment 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 comment property.

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

            getComment().add(newItem);
         

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

      • getDependent

        public java.util.List<Dependent> getDependent()
        Gets the value of the dependent 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 dependent property.

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

            getDependent().add(newItem);
         

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

      • getGeneralID

        public java.util.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

      • getResource

        public java.util.List<Resource> getResource()
        Gets the value of the resource 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 resource property.

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

            getResource().add(newItem);
         

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

      • getCombinedProcessIndex

        public IntegerList getCombinedProcessIndex()
        Gets the value of the combinedProcessIndex property.
        Returns:
        possible object is String
      • setCombinedProcessIndex

        public void setCombinedProcessIndex​(IntegerList value)
        Sets the value of the combinedProcessIndex property.
        Parameters:
        value - allowed object is String
      • getCommentURL

        public URI getCommentURL()
        Gets the value of the commentURL property.
        Returns:
        possible object is String
      • setCommentURL

        public void setCommentURL​(URI value)
        Sets the value of the commentURL property.
        Parameters:
        value - allowed object is String
      • getDescriptiveName

        public java.lang.String getDescriptiveName()
        Gets the value of the descriptiveName property.
        Returns:
        possible object is String
      • setDescriptiveName

        public void setDescriptiveName​(java.lang.String value)
        Sets the value of the descriptiveName property.
        Parameters:
        value - allowed object is String
      • getID

        public java.lang.String getID()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setID

        public void setID​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getProcessUsage

        public java.lang.String getProcessUsage()
        Gets the value of the processUsage property.
        Returns:
        possible object is String
      • setProcessUsage

        public void setProcessUsage​(java.lang.String value)
        Sets the value of the processUsage property.
        Parameters:
        value - allowed object is String
      • getUnit

        public java.lang.String getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(java.lang.String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.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
      • withDescriptiveName

        public ResourceSet withDescriptiveName​(java.lang.String value)
      • withID

        public ResourceSet withID​(java.lang.String value)
      • withName

        public ResourceSet withName​(java.lang.String value)
      • withProcessUsage

        public ResourceSet withProcessUsage​(java.lang.String value)
      • withUnit

        public ResourceSet withUnit​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object