public class ExtrinsicObjectType extends RegistryObjectType
Java class for ExtrinsicObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtrinsicObjectType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element name="ContentVersionInfo" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}VersionInfoType" minOccurs="0"/>
</sequence>
<attribute name="mimeType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" default="application/octet-stream" />
<attribute name="isOpaque" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExtrinsicObjectType() |
| Modifier and Type | Method and Description |
|---|---|
VersionInfoType |
getContentVersionInfo()
Gets the value of the contentVersionInfo property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
boolean |
isIsOpaque()
Gets the value of the isOpaque property.
|
void |
setContentVersionInfo(VersionInfoType value)
Sets the value of the contentVersionInfo property.
|
void |
setIsOpaque(Boolean value)
Sets the value of the isOpaque property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic VersionInfoType getContentVersionInfo()
VersionInfoTypepublic void setContentVersionInfo(VersionInfoType value)
value - allowed object is
VersionInfoTypepublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic boolean isIsOpaque()
BooleanCopyright © 2010–2025. All rights reserved.