public class UpdateCompanyMetadataParam
extends java.lang.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="xid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xtype" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="metadata" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
UpdateCompanyMetadataParam() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
byte[] |
getMetadata()
Gets the value of the metadata property.
|
java.lang.String |
getXid()
Gets the value of the xid property.
|
java.lang.String |
getXname()
Gets the value of the xname property.
|
java.lang.String |
getXtype()
Gets the value of the xtype property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setMetadata(byte[] value)
Sets the value of the metadata property.
|
void |
setXid(java.lang.String value)
Sets the value of the xid property.
|
void |
setXname(java.lang.String value)
Sets the value of the xname property.
|
void |
setXtype(java.lang.String value)
Sets the value of the xtype property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXid()
String
public void setXid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXtype()
String
public void setXtype(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXname()
String
public void setXname(java.lang.String value)
value
- allowed object is
String
public byte[] getMetadata()
public void setMetadata(byte[] value)
value
- allowed object is
byte[]"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"