public class ObjectFormat extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObjectFormat">
<xs:sequence>
<xs:element type="ns:ObjectFormatIdentifier" name="formatId" minOccurs="1" maxOccurs="1"/>
<xs:element type="xs:string" name="formatName" minOccurs="1" maxOccurs="1"/>
<xs:element type="xs:string" name="formatType" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
| Constructor and Description |
|---|
ObjectFormat() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFormatIdentifier |
getFormatId()
Get the 'formatId' element value.
|
String |
getFormatName()
Get the 'formatName' element value.
|
String |
getFormatType()
Get the 'formatType' element value.
|
void |
setFormatId(ObjectFormatIdentifier formatId)
Set the 'formatId' element value.
|
void |
setFormatName(String formatName)
Set the 'formatName' element value.
|
void |
setFormatType(String formatType)
Set the 'formatType' element value.
|
public ObjectFormatIdentifier getFormatId()
public void setFormatId(ObjectFormatIdentifier formatId)
formatId - public String getFormatName()
public void setFormatName(String formatName)
formatName - public String getFormatType()
public void setFormatType(String formatType)
formatType - Copyright © 2014. All Rights Reserved.