public class PropertySetType
extends java.lang.Object
Java class for PropertySetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertySetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="typeHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="propertyType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="allowMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PropertySetType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPropertyType()
Gets the value of the propertyType property.
|
java.lang.String |
getTypeHandle()
Gets the value of the typeHandle property.
|
boolean |
isAllowMultiple()
Gets the value of the allowMultiple property.
|
void |
setAllowMultiple(boolean value)
Sets the value of the allowMultiple property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPropertyType(java.lang.String value)
Sets the value of the propertyType property.
|
void |
setTypeHandle(java.lang.String value)
Sets the value of the typeHandle property.
|
public java.lang.String getTypeHandle()
String
public void setTypeHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPropertyType()
String
public void setPropertyType(java.lang.String value)
value
- allowed object is
String
public boolean isAllowMultiple()
public void setAllowMultiple(boolean value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"