Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreCustomPageType

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

public class StoreCustomPageType
extends Object
implements 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  List<Object> any
           
protected  String content
           
protected  Boolean leftNav
           
protected  String name
           
protected  Integer order
           
protected  Long pageID
           
protected  Boolean previewEnabled
           
protected  StoreCustomPageStatusCodeType status
           
protected  String url
           
protected  String urlPath
           
 
Constructor Summary
StoreCustomPageType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getContent()
          Gets the value of the content property.
 String getName()
          Gets the value of the name property.
 Integer getOrder()
          Gets the value of the order property.
 Long getPageID()
          Gets the value of the pageID property.
 StoreCustomPageStatusCodeType getStatus()
          Gets the value of the status property.
 String getURL()
          Gets the value of the url property.
 String getURLPath()
          Gets the value of the urlPath property.
 Boolean isLeftNav()
          Gets the value of the leftNav property.
 Boolean isPreviewEnabled()
          Gets the value of the previewEnabled property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setContent(String value)
          Sets the value of the content property.
 void setLeftNav(Boolean value)
          Sets the value of the leftNav property.
 void setName(String value)
          Sets the value of the name property.
 void setOrder(Integer value)
          Sets the value of the order property.
 void setPageID(Long value)
          Sets the value of the pageID property.
 void setPreviewEnabled(Boolean value)
          Sets the value of the previewEnabled property.
 void setStatus(StoreCustomPageStatusCodeType value)
          Sets the value of the status property.
 void setURL(String value)
          Sets the value of the url property.
 void setURLPath(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 String name

pageID

protected Long pageID

urlPath

protected String urlPath

url

protected String url

status

protected StoreCustomPageStatusCodeType status

content

protected String content

leftNav

protected Boolean leftNav

previewEnabled

protected Boolean previewEnabled

order

protected Integer order

any

protected List<Object> any
Constructor Detail

StoreCustomPageType

public StoreCustomPageType()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getPageID

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

Returns:
possible object is Long

setPageID

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

Parameters:
value - allowed object is Long

getURLPath

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

Returns:
possible object is String

setURLPath

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

Parameters:
value - allowed object is String

getURL

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

Returns:
possible object is String

setURL

public void setURL(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 String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

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

Parameters:
value - allowed object is String

isLeftNav

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

Returns:
possible object is Boolean

setLeftNav

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

Parameters:
value - allowed object is Boolean

isPreviewEnabled

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

Returns:
possible object is Boolean

setPreviewEnabled

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

Parameters:
value - allowed object is Boolean

getOrder

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

Returns:
possible object is Integer

setOrder

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

Parameters:
value - allowed object is Integer

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

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

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.