public class PublishContext extends Object
Java class for PublishContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishContext">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contextHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contextName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contextType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PublishContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextHandle()
Gets the value of the contextHandle property.
|
String |
getContextName()
Gets the value of the contextName property.
|
String |
getContextType()
Gets the value of the contextType property.
|
void |
setContextHandle(String value)
Sets the value of the contextHandle property.
|
void |
setContextName(String value)
Sets the value of the contextName property.
|
void |
setContextType(String value)
Sets the value of the contextType property.
|
public String getContextHandle()
Stringpublic void setContextHandle(String value)
value - allowed object is
Stringpublic String getContextName()
Stringpublic void setContextName(String value)
value - allowed object is
Stringpublic String getContextType()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved