Class Resource
- All Implemented Interfaces:
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}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.w3.org/2001/XMLSchema}string" />
<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="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="Expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="GrossWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" />
<attribute name="ResourceWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="StartOffset" type="{http://www.w3.org/2001/XMLSchema}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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountPoolprotected Stringprotected URIprotected Stringprotected Durationprotected DateTimeprotected Stringprotected Floatprotected Stringprotected Orientationprotected Floatprotected javax.xml.bind.JAXBElement<? extends SpecificResource>protected DateTimeprotected Durationprotected Resource.Statusprotected Matrix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the amountPool property.getAny()Gets the value of the any property.getBrand()Gets the value of the brand property.Gets the value of the comment property.Gets the value of the commentURL property.Gets the value of the descriptiveName property.Gets the value of the duration property.Gets the value of the expires property.Gets the value of the externalID property.Gets the value of the generalID property.Gets the value of the grossWeight property.getID()Gets the value of the id property.Gets the value of the orientation property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPart()Gets the value of the part property.Gets the value of the resourceWeight property.javax.xml.bind.JAXBElement<? extends SpecificResource>Gets the value of the specificResource property.getStart()Gets the value of the start property.Gets the value of the startOffset property.Gets the value of the status property.Gets the value of the transformation property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAmountPool(AmountPool value) Sets the value of the amountPool property.voidSets the value of the brand property.voidsetCommentURL(URI value) Sets the value of the commentURL property.voidsetDescriptiveName(String value) Sets the value of the descriptiveName property.voidsetDuration(Duration value) Sets the value of the duration property.voidsetExpires(DateTime value) Sets the value of the expires property.voidsetExternalID(String value) Sets the value of the externalID property.voidsetGrossWeight(Float value) Sets the value of the grossWeight property.voidSets the value of the id property.voidsetOrientation(Orientation value) Sets the value of the orientation property.voidsetResourceWeight(Float value) Sets the value of the resourceWeight property.voidsetSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value) Sets the value of the specificResource property.voidSets the value of the start property.voidsetStartOffset(Duration value) Sets the value of the startOffset property.voidsetStatus(Resource.Status value) Sets the value of the status property.voidsetTransformation(Matrix value) Sets the value of the transformation property.withAmountPool(AmountPool value) withAny(Collection<Object> values) withComment(Collection<Comment> values) withComment(Comment... values) withCommentURL(URI value) withDescriptiveName(String value) withDuration(Duration value) withExpires(DateTime value) withExternalID(String value) withGeneralID(Collection<GeneralID> values) withGeneralID(GeneralID... values) withGrossWeight(Float value) withOrientation(Orientation value) withPart(Collection<Part> values) withResourceWeight(Float value) withSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value) withStartOffset(Duration value) withStatus(Resource.Status value) withTransformation(Matrix value)
-
Field Details
-
amountPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected AmountPool amountPool -
comment
-
generalID
-
part
-
specificResource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected javax.xml.bind.JAXBElement<? extends SpecificResource> specificResource -
any
-
brand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String brand -
commentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected URI commentURL -
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String descriptiveName -
duration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration duration -
expires
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime expires -
externalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String externalID -
grossWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float grossWeight -
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String id -
orientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Orientation orientation -
resourceWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float resourceWeight -
start
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime start -
startOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration startOffset -
status
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource.Status status -
transformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Matrix transformation
-
-
Constructor Details
-
Resource
public Resource()
-
-
Method Details
-
getAmountPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public AmountPool getAmountPool()Gets the value of the amountPool property.- Returns:
- possible object is
AmountPool
-
setAmountPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAmountPool(AmountPool value) Sets the value of the amountPool property.- Parameters:
value- allowed object isAmountPool
-
getComment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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
setmethod 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 -
getGeneralID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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
setmethod 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 -
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Part> getPart()Gets the value of the part 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
setmethod 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 -
getSpecificResource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public javax.xml.bind.JAXBElement<? extends SpecificResource> getSpecificResource()Gets the value of the specificResource property.- Returns:
- possible object is
JAXBElement<ApprovalDetails>JAXBElement<ApprovalParams>JAXBElement<Assembly>JAXBElement<BarcodeCompParams>JAXBElement<BarcodeReproParams>JAXBElement<BendingParams>JAXBElement<BinderySignature>JAXBElement<BlockPreparationParams>JAXBElement<BoxFoldingParams>JAXBElement<BoxPackingParams>JAXBElement<Bundle>JAXBElement<BundlingParams>JAXBElement<CaseMakingParams>JAXBElement<CasingInParams>JAXBElement<Color>JAXBElement<ColorCorrectionParams>JAXBElement<ColorSpaceConversionParams>JAXBElement<ColorantControl>JAXBElement<Component>JAXBElement<Contact>JAXBElement<Content>JAXBElement<ConventionalPrintingParams>JAXBElement<CoverApplicationParams>JAXBElement<CreasingParams>JAXBElement<CustomerInfo>JAXBElement<CuttingParams>JAXBElement<DeliveryParams>JAXBElement<DevelopingParams>JAXBElement<Device>JAXBElement<DieLayout>JAXBElement<DieLayoutProductionParams>JAXBElement<DigitalPrintingParams>JAXBElement<EmbossingParams>JAXBElement<EndSheetGluingParams>JAXBElement<ExposedMedia>JAXBElement<FeedingParams>JAXBElement<FoldingParams>JAXBElement<FontPolicy>JAXBElement<GluingParams>JAXBElement<HeadBandApplicationParams>JAXBElement<HoleMakingParams>JAXBElement<ImageCompressionParams>JAXBElement<ImageEnhancementParams>JAXBElement<ImageSetterParams>JAXBElement<Ink>JAXBElement<InkZoneCalculationParams>JAXBElement<InkZoneProfile>JAXBElement<InsertingParams>JAXBElement<InterpretingParams>JAXBElement<JacketingParams>JAXBElement<LabelingParams>JAXBElement<LaminatingParams>JAXBElement<Layout>JAXBElement<LayoutElementProductionParams>JAXBElement<LayoutShift>JAXBElement<LooseBindingParams>JAXBElement<ManualLaborParams>JAXBElement<Media>JAXBElement<MiscConsumable>JAXBElement<NodeInfo>JAXBElement<PDLCreationParams>JAXBElement<PackingParams>JAXBElement<Pallet>JAXBElement<PalletizingParams>JAXBElement<PerforatingParams>JAXBElement<PreflightParams>JAXBElement<PreflightReport>JAXBElement<Preview>JAXBElement<PreviewGenerationParams>JAXBElement<PrintCondition>JAXBElement<QualityControlParams>JAXBElement<QualityControlResult>JAXBElement<RasterReadingParams>JAXBElement<RegisterMark>JAXBElement<RenderingParams>JAXBElement<RunList>JAXBElement<ScavengerArea>JAXBElement<ScreeningParams>JAXBElement<SeparationControlParams>JAXBElement<Shape>JAXBElement<ShapeCuttingParams>JAXBElement<ShapeDef>JAXBElement<ShapeDefProductionParams>JAXBElement<SheetOptimizingParams>JAXBElement<ShrinkingParams>JAXBElement<SpecificResource>JAXBElement<SpinePreparationParams>JAXBElement<SpineTapingParams>JAXBElement<StackingParams>JAXBElement<StitchingParams>JAXBElement<StrappingParams>JAXBElement<ThreadSealingParams>JAXBElement<ThreadSewingParams>JAXBElement<Tool>JAXBElement<TransferCurve>JAXBElement<TrappingParams>JAXBElement<TrimmingParams>JAXBElement<UsageCounter>JAXBElement<VarnishingParams>JAXBElement<VerificationParams>JAXBElement<VerificationParams>JAXBElement<WebInlineFinishingParams>JAXBElement<WindingParams>JAXBElement<WrappingParams>
-
setSpecificResource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSpecificResource(javax.xml.bind.JAXBElement<? extends SpecificResource> value) Sets the value of the specificResource property.- Parameters:
value- allowed object isJAXBElement<ApprovalDetails>JAXBElement<ApprovalParams>JAXBElement<Assembly>JAXBElement<BarcodeCompParams>JAXBElement<BarcodeReproParams>JAXBElement<BendingParams>JAXBElement<BinderySignature>JAXBElement<BlockPreparationParams>JAXBElement<BoxFoldingParams>JAXBElement<BoxPackingParams>JAXBElement<Bundle>JAXBElement<BundlingParams>JAXBElement<CaseMakingParams>JAXBElement<CasingInParams>JAXBElement<Color>JAXBElement<ColorCorrectionParams>JAXBElement<ColorSpaceConversionParams>JAXBElement<ColorantControl>JAXBElement<Component>JAXBElement<Contact>JAXBElement<Content>JAXBElement<ConventionalPrintingParams>JAXBElement<CoverApplicationParams>JAXBElement<CreasingParams>JAXBElement<CustomerInfo>JAXBElement<CuttingParams>JAXBElement<DeliveryParams>JAXBElement<DevelopingParams>JAXBElement<Device>JAXBElement<DieLayout>JAXBElement<DieLayoutProductionParams>JAXBElement<DigitalPrintingParams>JAXBElement<EmbossingParams>JAXBElement<EndSheetGluingParams>JAXBElement<ExposedMedia>JAXBElement<FeedingParams>JAXBElement<FoldingParams>JAXBElement<FontPolicy>JAXBElement<GluingParams>JAXBElement<HeadBandApplicationParams>JAXBElement<HoleMakingParams>JAXBElement<ImageCompressionParams>JAXBElement<ImageEnhancementParams>JAXBElement<ImageSetterParams>JAXBElement<Ink>JAXBElement<InkZoneCalculationParams>JAXBElement<InkZoneProfile>JAXBElement<InsertingParams>JAXBElement<InterpretingParams>JAXBElement<JacketingParams>JAXBElement<LabelingParams>JAXBElement<LaminatingParams>JAXBElement<Layout>JAXBElement<LayoutElementProductionParams>JAXBElement<LayoutShift>JAXBElement<LooseBindingParams>JAXBElement<ManualLaborParams>JAXBElement<Media>JAXBElement<MiscConsumable>JAXBElement<NodeInfo>JAXBElement<PDLCreationParams>JAXBElement<PackingParams>JAXBElement<Pallet>JAXBElement<PalletizingParams>JAXBElement<PerforatingParams>JAXBElement<PreflightParams>JAXBElement<PreflightReport>JAXBElement<Preview>JAXBElement<PreviewGenerationParams>JAXBElement<PrintCondition>JAXBElement<QualityControlParams>JAXBElement<QualityControlResult>JAXBElement<RasterReadingParams>JAXBElement<RegisterMark>JAXBElement<RenderingParams>JAXBElement<RunList>JAXBElement<ScavengerArea>JAXBElement<ScreeningParams>JAXBElement<SeparationControlParams>JAXBElement<Shape>JAXBElement<ShapeCuttingParams>JAXBElement<ShapeDef>JAXBElement<ShapeDefProductionParams>JAXBElement<SheetOptimizingParams>JAXBElement<ShrinkingParams>JAXBElement<SpecificResource>JAXBElement<SpinePreparationParams>JAXBElement<SpineTapingParams>JAXBElement<StackingParams>JAXBElement<StitchingParams>JAXBElement<StrappingParams>JAXBElement<ThreadSealingParams>JAXBElement<ThreadSewingParams>JAXBElement<Tool>JAXBElement<TransferCurve>JAXBElement<TrappingParams>JAXBElement<TrimmingParams>JAXBElement<UsageCounter>JAXBElement<VarnishingParams>JAXBElement<VerificationParams>JAXBElement<VerificationParams>JAXBElement<WebInlineFinishingParams>JAXBElement<WindingParams>JAXBElement<WrappingParams>
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Object> getAny()Gets the value of the any 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
setmethod 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
ObjectElement -
getBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getBrand()Gets the value of the brand property.- Returns:
- possible object is
String
-
setBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBrand(String value) Sets the value of the brand property.- Parameters:
value- allowed object isString
-
getCommentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public URI getCommentURL()Gets the value of the commentURL property.- Returns:
- possible object is
String
-
setCommentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCommentURL(URI value) Sets the value of the commentURL property.- Parameters:
value- allowed object isString
-
getDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getDescriptiveName()Gets the value of the descriptiveName property.- Returns:
- possible object is
String
-
setDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDescriptiveName(String value) Sets the value of the descriptiveName property.- Parameters:
value- allowed object isString
-
getDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getDuration()Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDuration(Duration value) Sets the value of the duration property.- Parameters:
value- allowed object isString
-
getExpires
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getExpires()Gets the value of the expires property.- Returns:
- possible object is
String
-
setExpires
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setExpires(DateTime value) Sets the value of the expires property.- Parameters:
value- allowed object isString
-
getExternalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getExternalID()Gets the value of the externalID property.- Returns:
- possible object is
String
-
setExternalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setExternalID(String value) Sets the value of the externalID property.- Parameters:
value- allowed object isString
-
getGrossWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getGrossWeight()Gets the value of the grossWeight property.- Returns:
- possible object is
Float
-
setGrossWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setGrossWeight(Float value) Sets the value of the grossWeight property.- Parameters:
value- allowed object isFloat
-
getID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setID(String value) Sets the value of the id property.- Parameters:
value- allowed object isString
-
getOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Orientation getOrientation()Gets the value of the orientation property.- Returns:
- possible object is
Orientation
-
setOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOrientation(Orientation value) Sets the value of the orientation property.- Parameters:
value- allowed object isOrientation
-
getResourceWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getResourceWeight()Gets the value of the resourceWeight property.- Returns:
- possible object is
Float
-
setResourceWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setResourceWeight(Float value) Sets the value of the resourceWeight property.- Parameters:
value- allowed object isFloat
-
getStart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getStart()Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStart(DateTime value) Sets the value of the start property.- Parameters:
value- allowed object isString
-
getStartOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getStartOffset()Gets the value of the startOffset property.- Returns:
- possible object is
String
-
setStartOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStartOffset(Duration value) Sets the value of the startOffset property.- Parameters:
value- allowed object isString
-
getStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Resource.Status getStatus()Gets the value of the status property.- Returns:
- possible object is
Resource.Status
-
setStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStatus(Resource.Status value) Sets the value of the status property.- Parameters:
value- allowed object isResource.Status
-
getTransformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Matrix getTransformation()Gets the value of the transformation property.- Returns:
- possible object is
String
-
setTransformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTransformation(Matrix value) Sets the value of the transformation property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
-
withAmountPool
-
withComment
-
withComment
-
withGeneralID
-
withGeneralID
-
withPart
-
withPart
-
withSpecificResource
-
withAny
-
withAny
-
withBrand
-
withCommentURL
-
withDescriptiveName
-
withDuration
-
withExpires
-
withExternalID
-
withGrossWeight
-
withID
-
withOrientation
-
withResourceWeight
-
withStart
-
withStartOffset
-
withStatus
-
withTransformation
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-