Class MovementStopLine

java.lang.Object
com.onenetwork.platform.common.Model
com.onenetwork.platform.common.MovementStopLine
All Implemented Interfaces:
com.onenetwork.platform.common.impl.Child<MovementStop>, Model, java.io.Serializable

public class MovementStopLine
extends com.onenetwork.platform.common.Model
implements java.io.Serializable, com.onenetwork.platform.common.impl.Child<MovementStop>
Movement Stop line represents all the details of Movement Stop like status and stop Number.

Java class for MovementStopLine complex type.

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

 <complexType name="MovementStopLine">
   <complexContent>
     <extension base="{http://www.onenetwork.com/Platform}Model">
       <sequence>
         <element name="InputRefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Error" type="{http://www.onenetwork.com/Platform}Error" minOccurs="0"/>
         <element name="LevelCreationDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="LevelModifiedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="StopLineNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StopLineSequenceNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="OperationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentCreationEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentCreationOrganizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShipmentRefNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippedQuantity" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ReceivedQuantity" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="OrderedQuantity" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="QuantityUnitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippedQuantity2" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="ReceivedQuantity2" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="OrderedQuantity2" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="QuantityUnitOfMeasure2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Volume" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="VolumeUnitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Weight" type="{http://www.onenetwork.com/Platform}NullableDouble" minOccurs="0"/>
         <element name="WeightUnitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TargetDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="EstimatedDate" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="OperationDateRangeStart" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="OperationDateRangeEnd" type="{http://www.onenetwork.com/Platform}DateTime" minOccurs="0"/>
         <element name="PlannedVariableTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateBaseTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateBaseTemplateLevelType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningOrgName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningOrgEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationTemplateOwningUserEnterpriseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Udfs" type="{http://www.onenetwork.com/Platform}NameValuePairList" minOccurs="0"/>
         <element name="Issue" type="{http://www.onenetwork.com/Platform}Issue" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.onenetwork.com/Platform}MDFs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.onenetwork.com/Platform}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getInputRefId

      public java.lang.String getInputRefId()
      Gets the value of the inputRefId property.
      Returns:
      possible object is String
    • setInputRefId

      public void setInputRefId​(java.lang.String value)
      Sets the value of the inputRefId property.
      Parameters:
      value - allowed object is String
    • isSetInputRefId

      public boolean isSetInputRefId()
    • getError

      public StatusMessage getError()
      Gets the value of the error property.
      Specified by:
      getError in interface Model
      Overrides:
      getError in class com.onenetwork.platform.common.Model
      Returns:
      possible object is ErrorDef
    • setError

      public void setError​(StatusMessage value)
      Sets the value of the error property.
      Specified by:
      setError in interface Model
      Overrides:
      setError in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is ErrorDef
    • isSetError

      public boolean isSetError()
    • getLevelCreationDate

      public java.util.Calendar getLevelCreationDate()
      Gets the value of the levelCreationDate property.
      Returns:
      possible object is String
    • setLevelCreationDate

      public void setLevelCreationDate​(java.util.Calendar value)
      Sets the value of the levelCreationDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelCreationDate

      public boolean isSetLevelCreationDate()
    • getLevelModifiedDate

      public java.util.Calendar getLevelModifiedDate()
      Gets the value of the levelModifiedDate property.
      Returns:
      possible object is String
    • setLevelModifiedDate

      public void setLevelModifiedDate​(java.util.Calendar value)
      Sets the value of the levelModifiedDate property.
      Parameters:
      value - allowed object is String
    • isSetLevelModifiedDate

      public boolean isSetLevelModifiedDate()
    • getStopLineNumber

      public java.lang.String getStopLineNumber()
      Gets the value of the stopLineNumber property.
      Returns:
      possible object is String
    • setStopLineNumber

      public void setStopLineNumber​(java.lang.String value)
      Sets the value of the stopLineNumber property.
      Parameters:
      value - allowed object is String
    • isSetStopLineNumber

      public boolean isSetStopLineNumber()
    • setStopLineSequenceNumber

      public void setStopLineSequenceNumber​(long value)
      Sets the value of the stopLineSequenceNumber property.
      Parameters:
      value - allowed object is Long
    • isSetStopLineSequenceNumber

      public boolean isSetStopLineSequenceNumber()
    • getOperationType

      public java.lang.String getOperationType()
      Gets the value of the operationType property.
      Returns:
      possible object is String
    • setOperationType

      public void setOperationType​(java.lang.String value)
      Sets the value of the operationType property.
      Parameters:
      value - allowed object is String
    • isSetOperationType

      public boolean isSetOperationType()
    • getShipmentNumber

      public java.lang.String getShipmentNumber()
      Gets the value of the shipmentNumber property.
      Returns:
      possible object is String
    • setShipmentNumber

      public void setShipmentNumber​(java.lang.String value)
      Sets the value of the shipmentNumber property.
      Parameters:
      value - allowed object is String
    • isSetShipmentNumber

      public boolean isSetShipmentNumber()
    • getShipmentCreationEnterpriseName

      public java.lang.String getShipmentCreationEnterpriseName()
      Gets the value of the shipmentCreationEnterpriseName property.
      Returns:
      possible object is String
    • isSetShipmentCreationEnterpriseName

      public boolean isSetShipmentCreationEnterpriseName()
    • getShipmentCreationOrganizationName

      public java.lang.String getShipmentCreationOrganizationName()
      Gets the value of the shipmentCreationOrganizationName property.
      Returns:
      possible object is String
    • isSetShipmentCreationOrganizationName

      public boolean isSetShipmentCreationOrganizationName()
    • getShipmentRefNumber

      public java.lang.String getShipmentRefNumber()
      Gets the value of the shipmentRefNumber property.
      Returns:
      possible object is String
    • setShipmentRefNumber

      public void setShipmentRefNumber​(java.lang.String value)
      Sets the value of the shipmentRefNumber property.
      Parameters:
      value - allowed object is String
    • isSetShipmentRefNumber

      public boolean isSetShipmentRefNumber()
    • setShippedQuantity

      public void setShippedQuantity​(double value)
      Sets the value of the shippedQuantity property.
      Parameters:
      value - allowed object is String
    • isSetShippedQuantity

      public boolean isSetShippedQuantity()
    • setReceivedQuantity

      public void setReceivedQuantity​(double value)
      Sets the value of the receivedQuantity property.
      Parameters:
      value - allowed object is String
    • isSetReceivedQuantity

      public boolean isSetReceivedQuantity()
    • setOrderedQuantity

      public void setOrderedQuantity​(double value)
      Sets the value of the orderedQuantity property.
      Parameters:
      value - allowed object is String
    • isSetOrderedQuantity

      public boolean isSetOrderedQuantity()
    • getQuantityUnitOfMeasure

      public java.lang.String getQuantityUnitOfMeasure()
      Gets the value of the quantityUnitOfMeasure property.
      Returns:
      possible object is String
    • setQuantityUnitOfMeasure

      public void setQuantityUnitOfMeasure​(java.lang.String value)
      Sets the value of the quantityUnitOfMeasure property.
      Parameters:
      value - allowed object is String
    • isSetQuantityUnitOfMeasure

      public boolean isSetQuantityUnitOfMeasure()
    • setShippedQuantity2

      public void setShippedQuantity2​(double value)
      Sets the value of the shippedQuantity2 property.
      Parameters:
      value - allowed object is String
    • isSetShippedQuantity2

      public boolean isSetShippedQuantity2()
    • setReceivedQuantity2

      public void setReceivedQuantity2​(double value)
      Sets the value of the receivedQuantity2 property.
      Parameters:
      value - allowed object is String
    • isSetReceivedQuantity2

      public boolean isSetReceivedQuantity2()
    • setOrderedQuantity2

      public void setOrderedQuantity2​(double value)
      Sets the value of the orderedQuantity2 property.
      Parameters:
      value - allowed object is String
    • isSetOrderedQuantity2

      public boolean isSetOrderedQuantity2()
    • getQuantityUnitOfMeasure2

      public java.lang.String getQuantityUnitOfMeasure2()
      Gets the value of the quantityUnitOfMeasure2 property.
      Returns:
      possible object is String
    • setQuantityUnitOfMeasure2

      public void setQuantityUnitOfMeasure2​(java.lang.String value)
      Sets the value of the quantityUnitOfMeasure2 property.
      Parameters:
      value - allowed object is String
    • isSetQuantityUnitOfMeasure2

      public boolean isSetQuantityUnitOfMeasure2()
    • setVolume

      public void setVolume​(double value)
      Sets the value of the volume property.
      Parameters:
      value - allowed object is String
    • isSetVolume

      public boolean isSetVolume()
    • getVolumeUnitOfMeasure

      public java.lang.String getVolumeUnitOfMeasure()
      Gets the value of the volumeUnitOfMeasure property.
      Returns:
      possible object is String
    • setVolumeUnitOfMeasure

      public void setVolumeUnitOfMeasure​(java.lang.String value)
      Sets the value of the volumeUnitOfMeasure property.
      Parameters:
      value - allowed object is String
    • isSetVolumeUnitOfMeasure

      public boolean isSetVolumeUnitOfMeasure()
    • setWeight

      public void setWeight​(double value)
      Sets the value of the weight property.
      Parameters:
      value - allowed object is String
    • isSetWeight

      public boolean isSetWeight()
    • getWeightUnitOfMeasure

      public java.lang.String getWeightUnitOfMeasure()
      Gets the value of the weightUnitOfMeasure property.
      Returns:
      possible object is String
    • setWeightUnitOfMeasure

      public void setWeightUnitOfMeasure​(java.lang.String value)
      Sets the value of the weightUnitOfMeasure property.
      Parameters:
      value - allowed object is String
    • isSetWeightUnitOfMeasure

      public boolean isSetWeightUnitOfMeasure()
    • getTargetDate

      public java.util.Calendar getTargetDate()
      Gets the value of the targetDate property.
      Returns:
      possible object is String
    • setTargetDate

      public void setTargetDate​(java.util.Calendar value)
      Sets the value of the targetDate property.
      Parameters:
      value - allowed object is String
    • isSetTargetDate

      public boolean isSetTargetDate()
    • getEstimatedDate

      public java.util.Calendar getEstimatedDate()
      Gets the value of the estimatedDate property.
      Returns:
      possible object is String
    • setEstimatedDate

      public void setEstimatedDate​(java.util.Calendar value)
      Sets the value of the estimatedDate property.
      Parameters:
      value - allowed object is String
    • isSetEstimatedDate

      public boolean isSetEstimatedDate()
    • getOperationDateRangeStart

      public java.util.Calendar getOperationDateRangeStart()
      Gets the value of the operationDateRangeStart property.
      Returns:
      possible object is String
    • setOperationDateRangeStart

      public void setOperationDateRangeStart​(java.util.Calendar value)
      Sets the value of the operationDateRangeStart property.
      Parameters:
      value - allowed object is String
    • isSetOperationDateRangeStart

      public boolean isSetOperationDateRangeStart()
    • getOperationDateRangeEnd

      public java.util.Calendar getOperationDateRangeEnd()
      Gets the value of the operationDateRangeEnd property.
      Returns:
      possible object is String
    • setOperationDateRangeEnd

      public void setOperationDateRangeEnd​(java.util.Calendar value)
      Sets the value of the operationDateRangeEnd property.
      Parameters:
      value - allowed object is String
    • isSetOperationDateRangeEnd

      public boolean isSetOperationDateRangeEnd()
    • setPlannedVariableTime

      public void setPlannedVariableTime​(long value)
      Sets the value of the plannedVariableTime property.
      Parameters:
      value - allowed object is Long
    • isSetPlannedVariableTime

      public boolean isSetPlannedVariableTime()
    • getState

      public java.lang.String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState​(java.lang.String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getCreationTemplateName

      public java.lang.String getCreationTemplateName()
      Gets the value of the creationTemplateName property.
      Returns:
      possible object is String
    • isSetCreationTemplateName

      public boolean isSetCreationTemplateName()
    • getCreationTemplateBaseTemplateName

      public java.lang.String getCreationTemplateBaseTemplateName()
      Gets the value of the creationTemplateBaseTemplateName property.
      Returns:
      possible object is String
    • isSetCreationTemplateBaseTemplateName

      public boolean isSetCreationTemplateBaseTemplateName()
    • getCreationTemplateBaseTemplateLevelType

      public java.lang.String getCreationTemplateBaseTemplateLevelType()
      Gets the value of the creationTemplateBaseTemplateLevelType property.
      Returns:
      possible object is String
    • isSetCreationTemplateBaseTemplateLevelType

      public boolean isSetCreationTemplateBaseTemplateLevelType()
    • getCreationTemplateOwningOrgName

      public java.lang.String getCreationTemplateOwningOrgName()
      Gets the value of the creationTemplateOwningOrgName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningOrgName

      public boolean isSetCreationTemplateOwningOrgName()
    • getCreationTemplateOwningOrgEnterpriseName

      public java.lang.String getCreationTemplateOwningOrgEnterpriseName()
      Gets the value of the creationTemplateOwningOrgEnterpriseName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningOrgEnterpriseName

      public boolean isSetCreationTemplateOwningOrgEnterpriseName()
    • getCreationTemplateOwningUserName

      public java.lang.String getCreationTemplateOwningUserName()
      Gets the value of the creationTemplateOwningUserName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningUserName

      public boolean isSetCreationTemplateOwningUserName()
    • getCreationTemplateOwningUserEnterpriseName

      public java.lang.String getCreationTemplateOwningUserEnterpriseName()
      Gets the value of the creationTemplateOwningUserEnterpriseName property.
      Returns:
      possible object is String
    • isSetCreationTemplateOwningUserEnterpriseName

      public boolean isSetCreationTemplateOwningUserEnterpriseName()
    • getUdfs

      public com.onenetwork.platform.common.NameValuePairList getUdfs()
      Gets the value of the udfs property.
      Overrides:
      getUdfs in class com.onenetwork.platform.common.Model
      Returns:
      possible object is NameValuePairList
    • setUdfs

      public void setUdfs​(com.onenetwork.platform.common.NameValuePairList value)
      Sets the value of the udfs property.
      Overrides:
      setUdfs in class com.onenetwork.platform.common.Model
      Parameters:
      value - allowed object is NameValuePairList
    • isSetUdfs

      public boolean isSetUdfs()
      Overrides:
      isSetUdfs in class com.onenetwork.platform.common.Model
    • getIssues

      public java.util.List<Issue> getIssues()
      Gets the value of the issues 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 issues property.

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

          getIssues().add(newItem);
       

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

    • isSetIssues

      public boolean isSetIssues()
    • unsetIssues

      public void unsetIssues()
    • getMDFsList

      public java.util.List<javax.xml.bind.JAXBElement<? extends com.onenetwork.platform.common.MDFs>> getMDFsList()
      Gets the value of the mdFsList 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 mdFsList property.

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

          getMDFsList().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DummyMDFs> JAXBElement<MDFs>

      Overrides:
      getMDFsList in class com.onenetwork.platform.common.Model
    • isSetMDFsList

      public boolean isSetMDFsList()
    • unsetMDFsList

      public void unsetMDFsList()
    • getAttributes

      public java.util.List<AttributeValue> getAttributes()
      Gets the value of the attributes 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 attributes property.

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

          getAttributes().add(newItem);
       

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

      Overrides:
      getAttributes in class com.onenetwork.platform.common.Model
    • isSetAttributes

      public boolean isSetAttributes()
    • unsetAttributes

      public void unsetAttributes()
    • getParent

      public MovementStop getParent()
      Returns the parent MovementStop. This is an in-memory retrieval and does not perform a database lookup
      Specified by:
      getParent in interface com.onenetwork.platform.common.impl.Child<MovementStop>
      Returns:
      parent MovementStop
    • setParent

      public void setParent​(MovementStop parent)
      Sets the parent MovementStop. This is an in-memory set and does not perform a database write
      Specified by:
      setParent in interface com.onenetwork.platform.common.impl.Child<MovementStop>
      Parameters:
      parent - new parent MovementStop
    • setShipmentCreationEnterpriseName

      public void setShipmentCreationEnterpriseName​(java.lang.String value)
      Sets the value of ShipmentCreationEnterpriseName, and also nullifies the following surrogate ids: SysShipmentCreationOrgId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentCreationEnterpriseName - the following will also be nullified: SysShipmentCreationOrgId
    • setShipmentCreationOrganizationName

      public void setShipmentCreationOrganizationName​(java.lang.String value)
      Sets the value of ShipmentCreationOrganizationName, and also nullifies the following surrogate ids: SysShipmentCreationOrgId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for ShipmentCreationOrganizationName - the following will also be nullified: SysShipmentCreationOrgId
    • setCreationTemplateName

      public void setCreationTemplateName​(java.lang.String value)
      Sets the value of CreationTemplateName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateBaseTemplateName

      public void setCreationTemplateBaseTemplateName​(java.lang.String value)
      Sets the value of CreationTemplateBaseTemplateName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateBaseTemplateName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateBaseTemplateLevelType

      public void setCreationTemplateBaseTemplateLevelType​(java.lang.String value)
      Sets the value of CreationTemplateBaseTemplateLevelType, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateBaseTemplateLevelType - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningOrgName

      public void setCreationTemplateOwningOrgName​(java.lang.String value)
      Sets the value of CreationTemplateOwningOrgName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningOrgName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningOrgEnterpriseName

      public void setCreationTemplateOwningOrgEnterpriseName​(java.lang.String value)
      Sets the value of CreationTemplateOwningOrgEnterpriseName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningOrgEnterpriseName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningUserName

      public void setCreationTemplateOwningUserName​(java.lang.String value)
      Sets the value of CreationTemplateOwningUserName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningUserName - the following will also be nullified: SysCreationTemplateId
    • setCreationTemplateOwningUserEnterpriseName

      public void setCreationTemplateOwningUserEnterpriseName​(java.lang.String value)
      Sets the value of CreationTemplateOwningUserEnterpriseName, and also nullifies the following surrogate ids: SysCreationTemplateId. This nullification is done to ensure that a client can set either natural keys or sys id as desired. If you as a client wish to populate *both* natural and surrogate ids, you should set the natural keys first, then set the surrogate ids passing 'false' as the second parameter
      Parameters:
      value - new value for CreationTemplateOwningUserEnterpriseName - the following will also be nullified: SysCreationTemplateId
    • getStopLineSequenceNumber

      public long getStopLineSequenceNumber()
    • unsetStopLineSequenceNumber

      public void unsetStopLineSequenceNumber()
    • getShippedQuantity

      public double getShippedQuantity()
    • unsetShippedQuantity

      public void unsetShippedQuantity()
    • getReceivedQuantity

      public double getReceivedQuantity()
    • unsetReceivedQuantity

      public void unsetReceivedQuantity()
    • getOrderedQuantity

      public double getOrderedQuantity()
    • unsetOrderedQuantity

      public void unsetOrderedQuantity()
    • getShippedQuantity2

      public double getShippedQuantity2()
    • unsetShippedQuantity2

      public void unsetShippedQuantity2()
    • getReceivedQuantity2

      public double getReceivedQuantity2()
    • unsetReceivedQuantity2

      public void unsetReceivedQuantity2()
    • getOrderedQuantity2

      public double getOrderedQuantity2()
    • unsetOrderedQuantity2

      public void unsetOrderedQuantity2()
    • getVolume

      public double getVolume()
    • unsetVolume

      public void unsetVolume()
    • getWeight

      public double getWeight()
    • unsetWeight

      public void unsetWeight()
    • getPlannedVariableTime

      public long getPlannedVariableTime()
    • unsetPlannedVariableTime

      public void unsetPlannedVariableTime()
    • issueOn

      public com.onenetwork.platform.common.Issue issueOn​(java.lang.String issueName, IssueSeverity issueSeverity)
      Utility method to create an issue and set it on JAXB
    • issueOff

      public com.onenetwork.platform.common.Issue issueOff​(java.lang.String issueName)
      Utility method to create an issue and set it on JAXB
    • equals

      public boolean equals​(java.lang.Object obj)
      Description copied from interface: Model
      A Model object is considered "equal" to another Model object if it is a Model of the same type and its Natural Key fields are identical.
      Specified by:
      equals in interface Model
      Overrides:
      equals in class java.lang.Object
      Parameters:
      obj - object to compare
      Returns:
      true if the object is the same type of Model with identical Natural Key fields
    • hashCode

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

      protected java.lang.String internalToString()
      Overrides:
      internalToString in class com.onenetwork.platform.common.Model
    • toStrContrib

      public java.lang.String toStrContrib()
      Not intended for use by Clients
    • getModelType

      public com.onenetwork.platform.data.model.impl.ModelType getModelType()
      methods to get ModelType for this JAXB.
      Overrides:
      getModelType in class com.onenetwork.platform.common.Model
    • getModelLevelType

      public com.onenetwork.platform.data.model.impl.ModelLevelType getModelLevelType()
      methods to get ModelLevelType for this JAXB.
      Overrides:
      getModelLevelType in class com.onenetwork.platform.common.Model
    • getStandardModelName

      public java.lang.String getStandardModelName()
      method to get standard model name for this JAXB.
      Overrides:
      getStandardModelName in class com.onenetwork.platform.common.Model
    • getSysShipmentCreationOrgId

      public java.lang.Long getSysShipmentCreationOrgId()
      Returns the surrogate id value for SysShipmentCreationOrgId. After reading a model, this will always match with the corresponding natural keys, which are: shipmentCreationEnterpriseName, shipmentCreationOrganizationName
    • setSysShipmentCreationOrgId

      public void setSysShipmentCreationOrgId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysShipmentCreationOrgId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: shipmentCreationEnterpriseName, shipmentCreationOrganizationName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysShipmentCreationOrgId
      nullifyNaturalKeys - true to nullify the related natural keys (shipmentCreationEnterpriseName, shipmentCreationOrganizationName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysCreationTemplateId

      public java.lang.Long getSysCreationTemplateId()
      Returns the surrogate id value for SysCreationTemplateId. After reading a model, this will always match with the corresponding natural keys, which are: creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName
    • setSysCreationTemplateId

      public void setSysCreationTemplateId​(java.lang.Long value, boolean nullifyNaturalKeys)
      Sets the surrogate id value for SysCreationTemplateId. As a client, when you want to update the model in the database, you may set values either by natural key or by sys id, or by both. Calling this method with 'true' will nullify the natural keys for this surrogate key: creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName. This ensures the values don't conflict. If you are 'populating' an object and want to set both natural and surrogate keys, you should set the natural keys first, then call this method with 'false' for nullifyNaturalKeys.
      Parameters:
      value - new value for SysCreationTemplateId
      nullifyNaturalKeys - true to nullify the related natural keys (creationTemplateName, creationTemplateBaseTemplateName, creationTemplateBaseTemplateLevelType, creationTemplateOwningOrgName, creationTemplateOwningOrgEnterpriseName, creationTemplateOwningUserName, creationTemplateOwningUserEnterpriseName), or false to leave as is - please note that you can pass either surrogate id or natural keys to the server write API, or both
    • getSysShipId

      public java.lang.Long getSysShipId()
      Returns the surrogate id value for SYS_SHIP_ID
    • setSysShipId

      public void setSysShipId​(java.lang.Long sysId)
      Sets the surrogate id value for SYS_SHIP_ID