public class PublishContext
extends java.lang.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 |
---|---|
java.lang.String |
getContextHandle()
Gets the value of the contextHandle property.
|
java.lang.String |
getContextName()
Gets the value of the contextName property.
|
java.lang.String |
getContextType()
Gets the value of the contextType property.
|
void |
setContextHandle(java.lang.String value)
Sets the value of the contextHandle property.
|
void |
setContextName(java.lang.String value)
Sets the value of the contextName property.
|
void |
setContextType(java.lang.String value)
Sets the value of the contextType property.
|
public java.lang.String getContextHandle()
String
public void setContextHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContextName()
String
public void setContextName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContextType()
String
public void setContextType(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"