public class

ModifiedFieldType

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

Class Overview

Java class for ModifiedFieldType complex type.

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

 <complexType name="ModifiedFieldType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ModifyType" type="{urn:ebay:apis:eBLBaseComponents}ModifyCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String field
protected ModifyCodeType modifyType
Public Constructors
ModifiedFieldType()
Public Methods
String getField()
Gets the value of the field property.
ModifyCodeType getModifyType()
Gets the value of the modifyType property.
void setField(String value)
Sets the value of the field property.
void setModifyType(ModifyCodeType value)
Sets the value of the modifyType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String field

protected ModifyCodeType modifyType

Public Constructors

public ModifiedFieldType ()

Public Methods

public String getField ()

Gets the value of the field property.

Returns
  • possible object is String

public ModifyCodeType getModifyType ()

Gets the value of the modifyType property.

Returns

public void setField (String value)

Sets the value of the field property.

Parameters
value Allowed object is String

public void setModifyType (ModifyCodeType value)

Sets the value of the modifyType property.

Parameters
value Allowed object is ModifyCodeType