public class DatastreamProfile extends Object
Java class for datastreamProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datastreamProfileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dsLabel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsVersionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsCreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dsState">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="A"/>
<enumeration value="D"/>
<enumeration value="I"/>
</restriction>
</simpleType>
</element>
<element name="dsMIME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsFormatURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="dsControlGroup">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="X"/>
<enumeration value="M"/>
<enumeration value="R"/>
<enumeration value="E"/>
</restriction>
</simpleType>
</element>
<element name="dsSize" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dsVersionable">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
<element name="dsInfoType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsLocationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsChecksumType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DEFAULT"/>
<enumeration value="DISABLED"/>
<enumeration value="MD5"/>
<enumeration value="SHA-1"/>
<enumeration value="SHA-256"/>
<enumeration value="SHA-385"/>
<enumeration value="SHA-512"/>
<enumeration value="HAVAL"/>
<enumeration value="TIGER"/>
<enumeration value="WHIRLPOOL"/>
</restriction>
</simpleType>
</element>
<element name="dsChecksum" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dsChecksumValid" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
<element name="dsAltID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="pid" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="dsID" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="dateTime">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTime |
protected List<String> |
dsAltID |
protected String |
dsChecksum |
protected String |
dsChecksumType |
protected String |
dsChecksumValid |
protected String |
dsControlGroup |
protected XMLGregorianCalendar |
dsCreateDate |
protected String |
dsFormatURI |
protected String |
dsID |
protected String |
dsInfoType |
protected String |
dsLabel |
protected String |
dsLocation |
protected String |
dsLocationType |
protected String |
dsMIME |
protected BigInteger |
dsSize |
protected String |
dsState |
protected String |
dsVersionable |
protected String |
dsVersionID |
protected String |
pid |
| Constructor and Description |
|---|
DatastreamProfile() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
List<String> |
getDsAltID()
Gets the value of the dsAltID property.
|
String |
getDsChecksum()
Gets the value of the dsChecksum property.
|
String |
getDsChecksumType()
Gets the value of the dsChecksumType property.
|
String |
getDsChecksumValid()
Gets the value of the dsChecksumValid property.
|
String |
getDsControlGroup()
Gets the value of the dsControlGroup property.
|
XMLGregorianCalendar |
getDsCreateDate()
Gets the value of the dsCreateDate property.
|
String |
getDsFormatURI()
Gets the value of the dsFormatURI property.
|
String |
getDsID()
Gets the value of the dsID property.
|
String |
getDsInfoType()
Gets the value of the dsInfoType property.
|
String |
getDsLabel()
Gets the value of the dsLabel property.
|
String |
getDsLocation()
Gets the value of the dsLocation property.
|
String |
getDsLocationType()
Gets the value of the dsLocationType property.
|
String |
getDsMIME()
Gets the value of the dsMIME property.
|
BigInteger |
getDsSize()
Gets the value of the dsSize property.
|
String |
getDsState()
Gets the value of the dsState property.
|
String |
getDsVersionable()
Gets the value of the dsVersionable property.
|
String |
getDsVersionID()
Gets the value of the dsVersionID property.
|
String |
getPid()
Gets the value of the pid property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setDsChecksum(String value)
Sets the value of the dsChecksum property.
|
void |
setDsChecksumType(String value)
Sets the value of the dsChecksumType property.
|
void |
setDsChecksumValid(String value)
Sets the value of the dsChecksumValid property.
|
void |
setDsControlGroup(String value)
Sets the value of the dsControlGroup property.
|
void |
setDsCreateDate(XMLGregorianCalendar value)
Sets the value of the dsCreateDate property.
|
void |
setDsFormatURI(String value)
Sets the value of the dsFormatURI property.
|
void |
setDsID(String value)
Sets the value of the dsID property.
|
void |
setDsInfoType(String value)
Sets the value of the dsInfoType property.
|
void |
setDsLabel(String value)
Sets the value of the dsLabel property.
|
void |
setDsLocation(String value)
Sets the value of the dsLocation property.
|
void |
setDsLocationType(String value)
Sets the value of the dsLocationType property.
|
void |
setDsMIME(String value)
Sets the value of the dsMIME property.
|
void |
setDsSize(BigInteger value)
Sets the value of the dsSize property.
|
void |
setDsState(String value)
Sets the value of the dsState property.
|
void |
setDsVersionable(String value)
Sets the value of the dsVersionable property.
|
void |
setDsVersionID(String value)
Sets the value of the dsVersionID property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
protected String dsLabel
protected String dsVersionID
protected XMLGregorianCalendar dsCreateDate
protected String dsState
protected String dsMIME
protected String dsFormatURI
protected String dsControlGroup
protected BigInteger dsSize
protected String dsVersionable
protected String dsInfoType
protected String dsLocation
protected String dsLocationType
protected String dsChecksumType
protected String dsChecksum
protected String dsChecksumValid
protected String pid
protected String dsID
protected XMLGregorianCalendar dateTime
public String getDsLabel()
Stringpublic void setDsLabel(String value)
value - allowed object is
Stringpublic String getDsVersionID()
Stringpublic void setDsVersionID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDsCreateDate()
XMLGregorianCalendarpublic void setDsCreateDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDsState()
Stringpublic void setDsState(String value)
value - allowed object is
Stringpublic String getDsMIME()
Stringpublic void setDsMIME(String value)
value - allowed object is
Stringpublic String getDsFormatURI()
Stringpublic void setDsFormatURI(String value)
value - allowed object is
Stringpublic String getDsControlGroup()
Stringpublic void setDsControlGroup(String value)
value - allowed object is
Stringpublic BigInteger getDsSize()
BigIntegerpublic void setDsSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getDsVersionable()
Stringpublic void setDsVersionable(String value)
value - allowed object is
Stringpublic String getDsInfoType()
Stringpublic void setDsInfoType(String value)
value - allowed object is
Stringpublic String getDsLocation()
Stringpublic void setDsLocation(String value)
value - allowed object is
Stringpublic String getDsLocationType()
Stringpublic void setDsLocationType(String value)
value - allowed object is
Stringpublic String getDsChecksumType()
Stringpublic void setDsChecksumType(String value)
value - allowed object is
Stringpublic String getDsChecksum()
Stringpublic void setDsChecksum(String value)
value - allowed object is
Stringpublic String getDsChecksumValid()
Stringpublic void setDsChecksumValid(String value)
value - allowed object is
Stringpublic List<String> getDsAltID()
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 dsAltID property.
For example, to add a new item, do as follows:
getDsAltID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setPid(String value)
value - allowed object is
Stringpublic String getDsID()
Stringpublic void setDsID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010-2013 MediaShelf. All Rights Reserved.