Class FileSpec
- 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}Disposition" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}NetworkHeader" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CheckSum" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="FileFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FileSize" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="FileTemplate" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="OverwritePolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Overwrite"/>
<enumeration value="RenameNew"/>
<enumeration value="RenameOld"/>
<enumeration value="NewVersion"/>
<enumeration value="OperatorIntervention"/>
<enumeration value="Abort"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Password" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ResourceUsage" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="SearchDepth" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="UID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="UserFileName" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected Dispositionprotected Stringprotected Stringprotected Longprotected Stringprotected List<NetworkHeader>protected FileSpec.OverwritePolicyprotected Stringprotected Stringprotected Integerprotected Stringprotected URIprotected String -
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) byte[]Gets the value of the checkSum property.Gets the value of the disposition property.Gets the value of the encoding property.Gets the value of the fileFormat property.Gets the value of the fileSize property.Gets the value of the fileTemplate property.Gets the value of the mimeType property.Gets the value of the networkHeader property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the overwritePolicy property.Gets the value of the password property.Gets the value of the resourceUsage property.Gets the value of the searchDepth property.getUID()Gets the value of the uid property.getURL()Gets the value of the url property.Gets the value of the userFileName property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCheckSum(byte[] value) Sets the value of the checkSum property.voidsetDisposition(Disposition value) Sets the value of the disposition property.voidsetEncoding(String value) Sets the value of the encoding property.voidsetFileFormat(String value) Sets the value of the fileFormat property.voidsetFileSize(Long value) Sets the value of the fileSize property.voidsetMimeType(String value) Sets the value of the mimeType property.voidSets the value of the overwritePolicy property.voidsetPassword(String value) Sets the value of the password property.voidsetResourceUsage(String value) Sets the value of the resourceUsage property.voidsetSearchDepth(Integer value) Sets the value of the searchDepth property.voidSets the value of the uid property.voidSets the value of the url property.voidsetUserFileName(String value) Sets the value of the userFileName property.withCheckSum(byte[] value) withDisposition(Disposition value) withEncoding(String value) withFileFormat(String value) withFileSize(Long value) withFileTemplate(String... values) withFileTemplate(Collection<String> values) withMimeType(String value) withNetworkHeader(Collection<NetworkHeader> values) withNetworkHeader(NetworkHeader... values) withPassword(String value) withResourceUsage(String value) withSearchDepth(Integer value) withUserFileName(String value)
-
Field Details
-
disposition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Disposition disposition -
networkHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<NetworkHeader> networkHeader -
checkSum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected byte[] checkSum -
encoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String encoding -
fileFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String fileFormat -
fileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Long fileSize -
fileTemplate
-
mimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String mimeType -
overwritePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FileSpec.OverwritePolicy overwritePolicy -
password
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String password -
resourceUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String resourceUsage -
searchDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer searchDepth -
uid
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String uid -
url
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected URI url -
userFileName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String userFileName
-
-
Constructor Details
-
FileSpec
public FileSpec()
-
-
Method Details
-
getDisposition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Disposition getDisposition()Gets the value of the disposition property.- Returns:
- possible object is
Disposition
-
setDisposition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDisposition(Disposition value) Sets the value of the disposition property.- Parameters:
value- allowed object isDisposition
-
getNetworkHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<NetworkHeader> getNetworkHeader()Gets the value of the networkHeader 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 networkHeader property.For example, to add a new item, do as follows:
getNetworkHeader().add(newItem);Objects of the following type(s) are allowed in the list
NetworkHeader -
getCheckSum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public byte[] getCheckSum()Gets the value of the checkSum property.- Returns:
- possible object is
String
-
setCheckSum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCheckSum(byte[] value) Sets the value of the checkSum property.- Parameters:
value- allowed object isString
-
getEncoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getEncoding()Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEncoding(String value) Sets the value of the encoding property.- Parameters:
value- allowed object isString
-
getFileFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getFileFormat()Gets the value of the fileFormat property.- Returns:
- possible object is
String
-
setFileFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFileFormat(String value) Sets the value of the fileFormat property.- Parameters:
value- allowed object isString
-
getFileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Long getFileSize()Gets the value of the fileSize property.- Returns:
- possible object is
Long
-
setFileSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFileSize(Long value) Sets the value of the fileSize property.- Parameters:
value- allowed object isLong
-
getFileTemplate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getFileTemplate()Gets the value of the fileTemplate 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 fileTemplate property.For example, to add a new item, do as follows:
getFileTemplate().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getMimeType()Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMimeType(String value) Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
getOverwritePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public FileSpec.OverwritePolicy getOverwritePolicy()Gets the value of the overwritePolicy property.- Returns:
- possible object is
FileSpec.OverwritePolicy
-
setOverwritePolicy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOverwritePolicy(FileSpec.OverwritePolicy value) Sets the value of the overwritePolicy property.- Parameters:
value- allowed object isFileSpec.OverwritePolicy
-
getPassword
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getPassword()Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPassword(String value) Sets the value of the password property.- Parameters:
value- allowed object isString
-
getResourceUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getResourceUsage()Gets the value of the resourceUsage property.- Returns:
- possible object is
String
-
setResourceUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setResourceUsage(String value) Sets the value of the resourceUsage property.- Parameters:
value- allowed object isString
-
getSearchDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getSearchDepth()Gets the value of the searchDepth property.- Returns:
- possible object is
Integer
-
setSearchDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSearchDepth(Integer value) Sets the value of the searchDepth property.- Parameters:
value- allowed object isInteger
-
getUID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getUID()Gets the value of the uid property.- Returns:
- possible object is
String
-
setUID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setUID(String value) Sets the value of the uid property.- Parameters:
value- allowed object isString
-
getURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public URI getURL()Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setURL(URI value) Sets the value of the url property.- Parameters:
value- allowed object isString
-
getUserFileName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getUserFileName()Gets the value of the userFileName property.- Returns:
- possible object is
String
-
setUserFileName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setUserFileName(String value) Sets the value of the userFileName 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
-
withDisposition
-
withNetworkHeader
-
withNetworkHeader
-
withCheckSum
-
withEncoding
-
withFileFormat
-
withFileSize
-
withFileTemplate
-
withFileTemplate
-
withMimeType
-
withOverwritePolicy
-
withPassword
-
withResourceUsage
-
withSearchDepth
-
withUID
-
withURL
-
withUserFileName
-
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()
-