Class TransferCurve

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

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

    Java class for TransferCurve complex type.

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

     <complexType name="TransferCurve">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
           <attribute name="Curve" type="{http://www.CIP4.org/JDFSchema_2_0}TransferFunction" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Matrix ctm  
      protected java.util.List<java.lang.Float> curve  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransferCurve()  
    • 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)  
      Matrix getCTM()
      Gets the value of the ctm property.
      java.util.List<java.lang.Float> getCurve()
      Gets the value of the curve property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setCTM​(Matrix value)
      Sets the value of the ctm property.
      TransferCurve withCTM​(Matrix value)  
      TransferCurve withCurve​(java.lang.Float... values)  
      TransferCurve withCurve​(java.util.Collection<java.lang.Float> values)  
      • Methods inherited from class java.lang.Object

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

      • curve

        protected java.util.List<java.lang.Float> curve
    • Constructor Detail

      • TransferCurve

        public TransferCurve()
    • Method Detail

      • getCTM

        public Matrix getCTM()
        Gets the value of the ctm property.
        Returns:
        possible object is String
      • setCTM

        public void setCTM​(Matrix value)
        Sets the value of the ctm property.
        Parameters:
        value - allowed object is String
      • getCurve

        public java.util.List<java.lang.Float> getCurve()
        Gets the value of the curve 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 curve property.

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

            getCurve().add(newItem);
         

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

      • withCurve

        public TransferCurve withCurve​(java.lang.Float... values)
      • withCurve

        public TransferCurve withCurve​(java.util.Collection<java.lang.Float> values)
      • 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