public class

BillOutstandingAmountResponseDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.BillOutstandingAmountResponseDetailsType

Class Overview

Java class for BillOutstandingAmountResponseDetailsType complex type.

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

 <complexType name="BillOutstandingAmountResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String profileID
Public Constructors
BillOutstandingAmountResponseDetailsType()
Public Methods
String getProfileID()
Gets the value of the profileID property.
void setProfileID(String value)
Sets the value of the profileID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String profileID

Public Constructors

public BillOutstandingAmountResponseDetailsType ()

Public Methods

public String getProfileID ()

Gets the value of the profileID property.

Returns
  • possible object is String

public void setProfileID (String value)

Sets the value of the profileID property.

Parameters
value Allowed object is String