Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreCustomPageType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.StoreCustomPageType
All Implemented Interfaces:
java.io.Serializable

public class StoreCustomPageType
extends java.lang.Object
implements java.io.Serializable

Java class for StoreCustomPageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StoreCustomPageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PageID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="URLPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomPageStatusCodeType" minOccurs="0"/>
         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LeftNav" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PreviewEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String content
           
protected  java.lang.Boolean leftNav
           
protected  java.lang.String name
           
protected  java.lang.Integer order
           
protected  java.lang.Long pageID
           
protected  java.lang.Boolean previewEnabled
           
protected  StoreCustomPageStatusCodeType status
           
protected  java.lang.String url
           
protected  java.lang.String urlPath
           
 
Constructor Summary
StoreCustomPageType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getContent()
          Gets the value of the content property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Integer getOrder()
          Gets the value of the order property.
 java.lang.Long getPageID()
          Gets the value of the pageID property.
 StoreCustomPageStatusCodeType getStatus()
          Gets the value of the status property.
 java.lang.String getURL()
          Gets the value of the url property.
 java.lang.String getURLPath()
          Gets the value of the urlPath property.
 java.lang.Boolean isLeftNav()
          Gets the value of the leftNav property.
 java.lang.Boolean isPreviewEnabled()
          Gets the value of the previewEnabled property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setLeftNav(java.lang.Boolean value)
          Sets the value of the leftNav property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOrder(java.lang.Integer value)
          Sets the value of the order property.
 void setPageID(java.lang.Long value)
          Sets the value of the pageID property.
 void setPreviewEnabled(java.lang.Boolean value)
          Sets the value of the previewEnabled property.
 void setStatus(StoreCustomPageStatusCodeType value)
          Sets the value of the status property.
 void setURL(java.lang.String value)
          Sets the value of the url property.
 void setURLPath(java.lang.String value)
          Sets the value of the urlPath property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

pageID

protected java.lang.Long pageID

urlPath

protected java.lang.String urlPath

url

protected java.lang.String url

status

protected StoreCustomPageStatusCodeType status

content

protected java.lang.String content

leftNav

protected java.lang.Boolean leftNav

previewEnabled

protected java.lang.Boolean previewEnabled

order

protected java.lang.Integer order

any

protected java.util.List<java.lang.Object> any
Constructor Detail

StoreCustomPageType

public StoreCustomPageType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPageID

public java.lang.Long getPageID()
Gets the value of the pageID property.

Returns:
possible object is Long

setPageID

public void setPageID(java.lang.Long value)
Sets the value of the pageID property.

Parameters:
value - allowed object is Long

getURLPath

public java.lang.String getURLPath()
Gets the value of the urlPath property.

Returns:
possible object is String

setURLPath

public void setURLPath(java.lang.String value)
Sets the value of the urlPath property.

Parameters:
value - allowed object is String

getURL

public java.lang.String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getStatus

public StoreCustomPageStatusCodeType getStatus()
Gets the value of the status property.

Returns:
possible object is StoreCustomPageStatusCodeType

setStatus

public void setStatus(StoreCustomPageStatusCodeType value)
Sets the value of the status property.

Parameters:
value - allowed object is StoreCustomPageStatusCodeType

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

isLeftNav

public java.lang.Boolean isLeftNav()
Gets the value of the leftNav property.

Returns:
possible object is Boolean

setLeftNav

public void setLeftNav(java.lang.Boolean value)
Sets the value of the leftNav property.

Parameters:
value - allowed object is Boolean

isPreviewEnabled

public java.lang.Boolean isPreviewEnabled()
Gets the value of the previewEnabled property.

Returns:
possible object is Boolean

setPreviewEnabled

public void setPreviewEnabled(java.lang.Boolean value)
Sets the value of the previewEnabled property.

Parameters:
value - allowed object is Boolean

getOrder

public java.lang.Integer getOrder()
Gets the value of the order property.

Returns:
possible object is Integer

setOrder

public void setOrder(java.lang.Integer value)
Sets the value of the order property.

Parameters:
value - allowed object is Integer

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.