public static class Format.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(Format format)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
Format |
commit()
Finalizes the data gathered for this builder instance.
|
Extent.Builder |
getExtent()
Builder accessor for the mediaExtent element.
|
String |
getMedium()
Builder accessor for the medium element child text.
|
String |
getMimeType()
Builder accessor for the mimeType element child text.
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setExtent(Extent.Builder extent)
Builder accessor for the mediaExtent element.
|
void |
setMedium(String medium)
Builder accessor for the medium element child text.
|
void |
setMimeType(String mimeType)
Builder accessor for the mimeType element child text.
|
public Builder()
public Builder(Format format)
public Format commit() throws InvalidDDMSException
IBuilder
commit
in interface IBuilder
InvalidDDMSException
- if any required information is missing or malformedIBuilder.commit()
public boolean isEmpty()
IBuilder
isEmpty
in interface IBuilder
IBuilder.isEmpty()
public String getMimeType()
public void setMimeType(String mimeType)
public Extent.Builder getExtent()
public void setExtent(Extent.Builder extent)
public String getMedium()
public void setMedium(String medium)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/