Package com.scene7.ipsapi
Class PublishContext
- java.lang.Object
-
- com.scene7.ipsapi.PublishContext
-
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 Summary
Constructors Constructor Description PublishContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getContextHandle
public java.lang.String getContextHandle()
Gets the value of the contextHandle property.- Returns:
- possible object is
String
-
setContextHandle
public void setContextHandle(java.lang.String value)
Sets the value of the contextHandle property.- Parameters:
value
- allowed object isString
-
getContextName
public java.lang.String getContextName()
Gets the value of the contextName property.- Returns:
- possible object is
String
-
setContextName
public void setContextName(java.lang.String value)
Sets the value of the contextName property.- Parameters:
value
- allowed object isString
-
getContextType
public java.lang.String getContextType()
Gets the value of the contextType property.- Returns:
- possible object is
String
-
setContextType
public void setContextType(java.lang.String value)
Sets the value of the contextType property.- Parameters:
value
- allowed object isString
-
-