@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class Resource
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}AmountPool" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" 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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Brand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CommentURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Duration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="ExternalID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="GrossWeight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" />
<attribute name="ResourceWeight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Start" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="StartOffset" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="Status">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Available"/>
<enumeration value="Unavailable"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Transformation" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Status
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected AmountPool |
amountPool |
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
brand |
protected java.util.List<Comment> |
comment |
protected URI |
commentURL |
protected java.lang.String |
descriptiveName |
protected Duration |
duration |
protected java.lang.String |
externalID |
protected java.util.List<GeneralID> |
generalID |
protected java.lang.Float |
grossWeight |
protected java.lang.String |
id |
protected Orientation |
orientation |
protected java.util.List<Part> |
part |
protected java.lang.Float |
resourceWeight |
protected javax.xml.bind.JAXBElement<? extends SpecificResource> |
specificResource |
protected DateTime |
start |
protected Duration |
startOffset |
protected Resource.Status |
status |
protected Matrix |
transformation |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and 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.EqualsStrategy strategy) |
AmountPool |
getAmountPool()
Gets the value of the amountPool property.
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
java.lang.String |
getBrand()
Gets the value of the brand property.
|
java.util.List<Comment> |
getComment()
Gets the value of the comment property.
|
URI |
getCommentURL()
Gets the value of the commentURL property.
|
java.lang.String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
Duration |
getDuration()
Gets the value of the duration property.
|
java.lang.String |
getExternalID()
Gets the value of the externalID property.
|
java.util.List<GeneralID> |
getGeneralID()
Gets the value of the generalID property.
|
java.lang.Float |
getGrossWeight()
Gets the value of the grossWeight property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
Orientation |
getOrientation()
Gets the value of the orientation property.
|
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.
|
java.util.List<Part> |
getPart()
Gets the value of the part property.
|
java.lang.Float |
getResourceWeight()
Gets the value of the resourceWeight property.
|
javax.xml.bind.JAXBElement<? extends SpecificResource> |
getSpecificResource()
Gets the value of the specificResource property.
|
DateTime |
getStart()
Gets the value of the start property.
|
Duration |
getStartOffset()
Gets the value of the startOffset property.
|
Resource.Status |
getStatus()
Gets the value of the status property.
|
Matrix |
getTransformation()
Gets the value of the transformation property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAmountPool(AmountPool value)
Sets the value of the amountPool property.
|
void |
setBrand(java.lang.String value)
Sets the value of the brand property.
|
void |
setCommentURL(URI value)
Sets the value of the commentURL property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
void |
setDuration(Duration value)
Sets the value of the duration property.
|
void |
setExternalID(java.lang.String value)
Sets the value of the externalID property.
|
void |
setGrossWeight(java.lang.Float value)
Sets the value of the grossWeight property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setOrientation(Orientation value)
Sets the value of the orientation property.
|
void |
setResourceWeight(java.lang.Float value)
Sets the value of the resourceWeight property.
|
void |
setSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value)
Sets the value of the specificResource property.
|
void |
setStart(DateTime value)
Sets the value of the start property.
|
void |
setStartOffset(Duration value)
Sets the value of the startOffset property.
|
void |
setStatus(Resource.Status value)
Sets the value of the status property.
|
void |
setTransformation(Matrix value)
Sets the value of the transformation property.
|
Resource |
withAmountPool(AmountPool value) |
Resource |
withAny(java.util.Collection<java.lang.Object> values) |
Resource |
withAny(java.lang.Object... values) |
Resource |
withBrand(java.lang.String value) |
Resource |
withComment(java.util.Collection<Comment> values) |
Resource |
withComment(Comment... values) |
Resource |
withCommentURL(URI value) |
Resource |
withDescriptiveName(java.lang.String value) |
Resource |
withDuration(Duration value) |
Resource |
withExternalID(java.lang.String value) |
Resource |
withGeneralID(java.util.Collection<GeneralID> values) |
Resource |
withGeneralID(GeneralID... values) |
Resource |
withGrossWeight(java.lang.Float value) |
Resource |
withID(java.lang.String value) |
Resource |
withOrientation(Orientation value) |
Resource |
withPart(java.util.Collection<Part> values) |
Resource |
withPart(Part... values) |
Resource |
withResourceWeight(java.lang.Float value) |
Resource |
withSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value) |
Resource |
withStart(DateTime value) |
Resource |
withStartOffset(Duration value) |
Resource |
withStatus(Resource.Status value) |
Resource |
withTransformation(Matrix value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected AmountPool amountPool
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Comment> comment
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<GeneralID> generalID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Part> part
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected javax.xml.bind.JAXBElement<? extends SpecificResource> specificResource
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Object> any
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String brand
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected URI commentURL
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String descriptiveName
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Duration duration
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String externalID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float grossWeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String id
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Orientation orientation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float resourceWeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected DateTime start
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Duration startOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Resource.Status status
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Matrix transformation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public AmountPool getAmountPool()
AmountPool@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setAmountPool(AmountPool value)
value - allowed object is
AmountPool@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Comment> getComment()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<GeneralID> getGeneralID()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Part> getPart()
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 part property.
For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public javax.xml.bind.JAXBElement<? extends SpecificResource> getSpecificResource()
JAXBElement<InkZoneCalculationParams>
JAXBElement<NodeInfo>
JAXBElement<ImageCompressionParams>
JAXBElement<BlockPreparationParams>
JAXBElement<JacketingParams>
JAXBElement<ExposedMedia>
JAXBElement<PalletizingParams>
JAXBElement<FontPolicy>
JAXBElement<GluingParams>
JAXBElement<PDLCreationParams>
JAXBElement<FeedingParams>
JAXBElement<CreasingParams>
JAXBElement<LabelingParams>
JAXBElement<ScreeningParams>
JAXBElement<EmbossingParams>
JAXBElement<Color>
JAXBElement<LooseBindingParams>
JAXBElement<TrappingParams>
JAXBElement<BoxFoldingParams>
JAXBElement<DieLayoutProductionParams>
JAXBElement<WindingParams>
JAXBElement<Ink>
JAXBElement<HeadBandApplicationParams>
JAXBElement<BinderySignature>
JAXBElement<TrimmingParams>
JAXBElement<WebInlineFinishingParams>
JAXBElement<MediaSource>
JAXBElement<ApprovalDetails>
JAXBElement<PerforatingParams>
JAXBElement<Shape>
JAXBElement<Media>
JAXBElement<ColorantControl>
JAXBElement<SeparationControlParams>
JAXBElement<Layout>
JAXBElement<VerificationParams>
JAXBElement<TransferCurve>
JAXBElement<LaminatingParams>
JAXBElement<PrintCondition>
JAXBElement<DieLayout>
JAXBElement<MiscConsumable>
JAXBElement<DevelopingParams>
JAXBElement<ImageEnhancementParams>
JAXBElement<StitchingParams>
JAXBElement<ScavengerArea>
JAXBElement<ShapeDef>
JAXBElement<Pallet>
JAXBElement<SheetOptimizingParams>
JAXBElement<Component>
JAXBElement<Assembly>
JAXBElement<InkZoneProfile>
JAXBElement<StrappingParams>
JAXBElement<Preview>
JAXBElement<RasterReadingParams>
JAXBElement<ConventionalPrintingParams>
JAXBElement<InterpretingParams>
JAXBElement<WrappingParams>
JAXBElement<Content>
JAXBElement<ColorCorrectionParams>
JAXBElement<BendingParams>
JAXBElement<CoverApplicationParams>
JAXBElement<ImageSetterParams>
JAXBElement<QualityControlResult>
JAXBElement<BoxPackingParams>
JAXBElement<RegisterMark>
JAXBElement<PreflightReport>
JAXBElement<BarcodeCompParams>
JAXBElement<DigitalPrintingParams>
JAXBElement<SpecificResource>
JAXBElement<LayoutShift>
JAXBElement<LayoutElementProductionParams>
JAXBElement<Bundle>
JAXBElement<QualityControlParams>
JAXBElement<UsageCounter>
JAXBElement<ThreadSealingParams>
JAXBElement<Tool>
JAXBElement<RenderingParams>
JAXBElement<InsertingParams>
JAXBElement<BarcodeReproParams>
JAXBElement<ShrinkingParams>
JAXBElement<CuttingParams>
JAXBElement<CasingInParams>
JAXBElement<ColorSpaceConversionParams>
JAXBElement<Device>
JAXBElement<FoldingParams>
JAXBElement<CaseMakingParams>
JAXBElement<ManualLaborParams>
JAXBElement<BundlingParams>
JAXBElement<RunList>
JAXBElement<HoleMakingParams>
JAXBElement<PackingParams>
JAXBElement<ApprovalParams>
JAXBElement<ThreadSewingParams>
JAXBElement<DeliveryParams>
JAXBElement<SpineTapingParams>
JAXBElement<PreviewGenerationParams>
JAXBElement<VarnishingParams>
JAXBElement<ShapeCuttingParams>
JAXBElement<StackingParams>
JAXBElement<SpinePreparationParams>
JAXBElement<EndSheetGluingParams>
JAXBElement<PreflightParams>
JAXBElement<CustomerInfo>
JAXBElement<Contact>
JAXBElement<ShapeDefProductionParams>@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value)
value - allowed object is
JAXBElement<InkZoneCalculationParams>
JAXBElement<NodeInfo>
JAXBElement<ImageCompressionParams>
JAXBElement<BlockPreparationParams>
JAXBElement<JacketingParams>
JAXBElement<ExposedMedia>
JAXBElement<PalletizingParams>
JAXBElement<FontPolicy>
JAXBElement<GluingParams>
JAXBElement<PDLCreationParams>
JAXBElement<FeedingParams>
JAXBElement<CreasingParams>
JAXBElement<LabelingParams>
JAXBElement<ScreeningParams>
JAXBElement<EmbossingParams>
JAXBElement<Color>
JAXBElement<LooseBindingParams>
JAXBElement<TrappingParams>
JAXBElement<BoxFoldingParams>
JAXBElement<DieLayoutProductionParams>
JAXBElement<WindingParams>
JAXBElement<Ink>
JAXBElement<HeadBandApplicationParams>
JAXBElement<BinderySignature>
JAXBElement<TrimmingParams>
JAXBElement<WebInlineFinishingParams>
JAXBElement<MediaSource>
JAXBElement<ApprovalDetails>
JAXBElement<PerforatingParams>
JAXBElement<Shape>
JAXBElement<Media>
JAXBElement<ColorantControl>
JAXBElement<SeparationControlParams>
JAXBElement<Layout>
JAXBElement<VerificationParams>
JAXBElement<TransferCurve>
JAXBElement<LaminatingParams>
JAXBElement<PrintCondition>
JAXBElement<DieLayout>
JAXBElement<MiscConsumable>
JAXBElement<DevelopingParams>
JAXBElement<ImageEnhancementParams>
JAXBElement<StitchingParams>
JAXBElement<ScavengerArea>
JAXBElement<ShapeDef>
JAXBElement<Pallet>
JAXBElement<SheetOptimizingParams>
JAXBElement<Component>
JAXBElement<Assembly>
JAXBElement<InkZoneProfile>
JAXBElement<StrappingParams>
JAXBElement<Preview>
JAXBElement<RasterReadingParams>
JAXBElement<ConventionalPrintingParams>
JAXBElement<InterpretingParams>
JAXBElement<WrappingParams>
JAXBElement<Content>
JAXBElement<ColorCorrectionParams>
JAXBElement<BendingParams>
JAXBElement<CoverApplicationParams>
JAXBElement<ImageSetterParams>
JAXBElement<QualityControlResult>
JAXBElement<BoxPackingParams>
JAXBElement<RegisterMark>
JAXBElement<PreflightReport>
JAXBElement<BarcodeCompParams>
JAXBElement<DigitalPrintingParams>
JAXBElement<SpecificResource>
JAXBElement<LayoutShift>
JAXBElement<LayoutElementProductionParams>
JAXBElement<Bundle>
JAXBElement<QualityControlParams>
JAXBElement<UsageCounter>
JAXBElement<ThreadSealingParams>
JAXBElement<Tool>
JAXBElement<RenderingParams>
JAXBElement<InsertingParams>
JAXBElement<BarcodeReproParams>
JAXBElement<ShrinkingParams>
JAXBElement<CuttingParams>
JAXBElement<CasingInParams>
JAXBElement<ColorSpaceConversionParams>
JAXBElement<Device>
JAXBElement<FoldingParams>
JAXBElement<CaseMakingParams>
JAXBElement<ManualLaborParams>
JAXBElement<BundlingParams>
JAXBElement<RunList>
JAXBElement<HoleMakingParams>
JAXBElement<PackingParams>
JAXBElement<ApprovalParams>
JAXBElement<ThreadSewingParams>
JAXBElement<DeliveryParams>
JAXBElement<SpineTapingParams>
JAXBElement<PreviewGenerationParams>
JAXBElement<VarnishingParams>
JAXBElement<ShapeCuttingParams>
JAXBElement<StackingParams>
JAXBElement<SpinePreparationParams>
JAXBElement<EndSheetGluingParams>
JAXBElement<PreflightParams>
JAXBElement<CustomerInfo>
JAXBElement<Contact>
JAXBElement<ShapeDefProductionParams>@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBrand()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBrand(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public URI getCommentURL()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCommentURL(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getDescriptiveName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setDescriptiveName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Duration getDuration()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setDuration(Duration value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getExternalID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setExternalID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getGrossWeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setGrossWeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Orientation getOrientation()
Orientation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setOrientation(Orientation value)
value - allowed object is
Orientation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getResourceWeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setResourceWeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public DateTime getStart()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setStart(DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Duration getStartOffset()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setStartOffset(Duration value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Resource.Status getStatus()
Resource.Status@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setStatus(Resource.Status value)
value - allowed object is
Resource.Status@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Matrix getTransformation()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setTransformation(Matrix value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public Resource withAmountPool(AmountPool value)
public Resource withSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value)
public Resource withAny(java.lang.Object... values)
public Resource withAny(java.util.Collection<java.lang.Object> values)
public Resource withBrand(java.lang.String value)
public Resource withDescriptiveName(java.lang.String value)
public Resource withExternalID(java.lang.String value)
public Resource withGrossWeight(java.lang.Float value)
public Resource withID(java.lang.String value)
public Resource withOrientation(Orientation value)
public Resource withResourceWeight(java.lang.Float value)
public Resource withStatus(Resource.Status value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object