public class ModifiedFieldType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
field |
protected ModifyCodeType |
modifyType |
Constructor and Description |
---|
ModifiedFieldType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getField()
Gets the value of the field property.
|
ModifyCodeType |
getModifyType()
Gets the value of the modifyType property.
|
void |
setField(java.lang.String value)
Sets the value of the field property.
|
void |
setModifyType(ModifyCodeType value)
Sets the value of the modifyType property.
|
protected java.lang.String field
protected ModifyCodeType modifyType
public java.lang.String getField()
String
public void setField(java.lang.String value)
value
- the value
allowed object is
String
public ModifyCodeType getModifyType()
ModifyCodeType
public void setModifyType(ModifyCodeType value)
value
- the value
allowed object is
ModifyCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.