Class EmbossingParams

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

    public class EmbossingParams
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for EmbossingParams complex type.

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

     <complexType name="EmbossingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Emboss" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="ModuleID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Emboss> emboss  
      protected java.lang.String moduleID  
    • Constructor Summary

      Constructors 
      Constructor Description
      EmbossingParams()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      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)  
      java.util.List<Emboss> getEmboss()
      Gets the value of the emboss property.
      java.lang.String getModuleID()
      Gets the value of the moduleID property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setModuleID​(java.lang.String value)
      Sets the value of the moduleID property.
      EmbossingParams withEmboss​(java.util.Collection<Emboss> values)  
      EmbossingParams withEmboss​(Emboss... values)  
      EmbossingParams withModuleID​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • emboss

        protected java.util.List<Emboss> emboss
      • moduleID

        protected java.lang.String moduleID
    • Constructor Detail

      • EmbossingParams

        public EmbossingParams()
    • Method Detail

      • getEmboss

        public java.util.List<Emboss> getEmboss()
        Gets the value of the emboss 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 emboss property.

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

            getEmboss().add(newItem);
         

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

      • getModuleID

        public java.lang.String getModuleID()
        Gets the value of the moduleID property.
        Returns:
        possible object is String
      • setModuleID

        public void setModuleID​(java.lang.String value)
        Sets the value of the moduleID property.
        Parameters:
        value - allowed object is String
      • withModuleID

        public EmbossingParams withModuleID​(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
        Overrides:
        equals in class SpecificResource
      • 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
        Overrides:
        hashCode in class SpecificResource