public class TransferType
extends java.lang.Object
Java class for transferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transferType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='##other'/>
</sequence>
<attribute name="op" use="required" type="{urn:ietf:params:xml:ns:epp-1.0}transferOpType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected TransferOpType |
op |
| Constructor and Description |
|---|
TransferType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property.
|
TransferOpType |
getOp()
Gets the value of the op property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setOp(TransferOpType value)
Sets the value of the op property.
|
protected java.lang.Object any
protected TransferOpType op
public java.lang.Object getAny()
Objectpublic void setAny(java.lang.Object value)
value - allowed object is
Objectpublic TransferOpType getOp()
TransferOpTypepublic void setOp(TransferOpType value)
value - allowed object is
TransferOpTypeCopyright © 2023. All rights reserved.