| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ModifiedFieldType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| field | |||||||||||
| modifyType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the field property.
| |||||||||||
Gets the value of the modifyType property.
| |||||||||||
Sets the value of the field property.
| |||||||||||
Sets the value of the modifyType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the field property.
Gets the value of the modifyType property.
ModifyCodeType
Sets the value of the field property.
| value | Allowed object is String |
|---|
Sets the value of the modifyType property.
| value | Allowed object is
ModifyCodeType
|
|---|