Class Resource
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Resource
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class Resource extends java.lang.Object implements java.io.SerializableJava 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResource.StatusJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected AmountPoolamountPoolprotected java.util.List<java.lang.Object>anyprotected java.lang.Stringbrandprotected java.util.List<Comment>commentprotected URIcommentURLprotected java.lang.StringdescriptiveNameprotected Durationdurationprotected DateTimeexpiresprotected java.lang.StringexternalIDprotected java.util.List<GeneralID>generalIDprotected java.lang.FloatgrossWeightprotected java.lang.Stringidprotected Orientationorientationprotected java.util.List<Part>partprotected java.lang.FloatresourceWeightprotected jakarta.xml.bind.JAXBElement<? extends SpecificResource>specificResourceprotected DateTimestartprotected DurationstartOffsetprotected Resource.Statusstatusprotected Matrixtransformation
-
Constructor Summary
Constructors Constructor Description Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)AmountPoolgetAmountPool()Gets the value of the amountPool property.java.util.List<java.lang.Object>getAny()Gets the value of the any property.java.lang.StringgetBrand()Gets the value of the brand property.java.util.List<Comment>getComment()Gets the value of the comment property.URIgetCommentURL()Gets the value of the commentURL property.java.lang.StringgetDescriptiveName()Gets the value of the descriptiveName property.DurationgetDuration()Gets the value of the duration property.DateTimegetExpires()Gets the value of the expires property.java.lang.StringgetExternalID()Gets the value of the externalID property.java.util.List<GeneralID>getGeneralID()Gets the value of the generalID property.java.lang.FloatgetGrossWeight()Gets the value of the grossWeight property.java.lang.StringgetID()Gets the value of the id property.OrientationgetOrientation()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.FloatgetResourceWeight()Gets the value of the resourceWeight property.jakarta.xml.bind.JAXBElement<? extends SpecificResource>getSpecificResource()Gets the value of the specificResource property.DateTimegetStart()Gets the value of the start property.DurationgetStartOffset()Gets the value of the startOffset property.Resource.StatusgetStatus()Gets the value of the status property.MatrixgetTransformation()Gets the value of the transformation property.inthashCode()voidsetAmountPool(AmountPool value)Sets the value of the amountPool property.voidsetBrand(java.lang.String value)Sets the value of the brand property.voidsetCommentURL(URI value)Sets the value of the commentURL property.voidsetDescriptiveName(java.lang.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(java.lang.String value)Sets the value of the externalID property.voidsetGrossWeight(java.lang.Float value)Sets the value of the grossWeight property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetOrientation(Orientation value)Sets the value of the orientation property.voidsetResourceWeight(java.lang.Float value)Sets the value of the resourceWeight property.voidsetSpecificResource(jakarta.xml.bind.JAXBElement<? extends SpecificResource> value)Sets the value of the specificResource property.voidsetStart(DateTime value)Sets 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.ResourcewithAmountPool(AmountPool value)ResourcewithAny(java.lang.Object... values)ResourcewithAny(java.util.Collection<java.lang.Object> values)ResourcewithBrand(java.lang.String value)ResourcewithComment(java.util.Collection<Comment> values)ResourcewithComment(Comment... values)ResourcewithCommentURL(URI value)ResourcewithDescriptiveName(java.lang.String value)ResourcewithDuration(Duration value)ResourcewithExpires(DateTime value)ResourcewithExternalID(java.lang.String value)ResourcewithGeneralID(java.util.Collection<GeneralID> values)ResourcewithGeneralID(GeneralID... values)ResourcewithGrossWeight(java.lang.Float value)ResourcewithID(java.lang.String value)ResourcewithOrientation(Orientation value)ResourcewithPart(java.util.Collection<Part> values)ResourcewithPart(Part... values)ResourcewithResourceWeight(java.lang.Float value)ResourcewithSpecificResource(jakarta.xml.bind.JAXBElement<? extends SpecificResource> value)ResourcewithStart(DateTime value)ResourcewithStartOffset(Duration value)ResourcewithStatus(Resource.Status value)ResourcewithTransformation(Matrix value)
-
-
-
Field Detail
-
amountPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected AmountPool amountPool
-
comment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<Comment> comment
-
generalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<GeneralID> generalID
-
part
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<Part> part
-
specificResource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected jakarta.xml.bind.JAXBElement<? extends SpecificResource> specificResource
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.Object> any
-
brand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String brand
-
commentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected URI commentURL
-
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String descriptiveName
-
duration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Duration duration
-
expires
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected DateTime expires
-
externalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String externalID
-
grossWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float grossWeight
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String id
-
orientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Orientation orientation
-
resourceWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float resourceWeight
-
start
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected DateTime start
-
startOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Duration startOffset
-
status
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Resource.Status status
-
transformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Matrix transformation
-
-
Method Detail
-
getAmountPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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- Returns:
- The value of the comment property.
-
getGeneralID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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- Returns:
- The value of the generalID property.
-
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.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 Jakarta XML Binding 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- Returns:
- The value of the part property.
-
getSpecificResource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public jakarta.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setSpecificResource(jakarta.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 v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the any property.
-
getBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setBrand(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setDescriptiveName(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setExternalID(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setGrossWeight(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setID(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") public void setResourceWeight(java.lang.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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") 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 v4.0.1", date="2023-01-02T18:51:33Z") public 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.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
public Resource withAmountPool(AmountPool value)
-
withSpecificResource
public Resource withSpecificResource(jakarta.xml.bind.JAXBElement<? extends SpecificResource> value)
-
withAny
public Resource withAny(java.lang.Object... values)
-
withAny
public Resource withAny(java.util.Collection<java.lang.Object> values)
-
withBrand
public Resource withBrand(java.lang.String value)
-
withDescriptiveName
public Resource withDescriptiveName(java.lang.String value)
-
withExternalID
public Resource withExternalID(java.lang.String value)
-
withGrossWeight
public Resource withGrossWeight(java.lang.Float value)
-
withID
public Resource withID(java.lang.String value)
-
withOrientation
public Resource withOrientation(Orientation value)
-
withResourceWeight
public Resource withResourceWeight(java.lang.Float value)
-
withStatus
public Resource withStatus(Resource.Status value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-