public class SaveMetadataSchemaParam extends Object
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 name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compressedSchema" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SaveMetadataSchemaParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
byte[] |
getCompressedSchema()
Gets the value of the compressedSchema property.
|
String |
getContentType()
Gets the value of the contentType property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setCompressedSchema(byte[] value)
Sets the value of the compressedSchema property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic byte[] getCompressedSchema()
public void setCompressedSchema(byte[] value)
value - allowed object is
byte[]Copyright © 2010 - 2020 Adobe. All Rights Reserved