Clase Java para anonymous complex type. - * + * *
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. - * + * *
* <complexType> * <complexContent> @@ -27,8 +26,6 @@ import java.util.List; * </complexContent> * </complexType> *- * - * */ @RegisterForReflection public class BlockUnblockDebitCardRs { @@ -40,11 +37,9 @@ public class BlockUnblockDebitCardRs { /** * Obtiene el valor de la propiedad msgRsHdr. - * - * @return - * possible object is - * {@link MsgRsHdr } - * + * + * @return possible object is + * {@link MsgRsHdr } */ public MsgRsHdr getMsgRsHdr() { return msgRsHdr; @@ -52,11 +47,9 @@ public class BlockUnblockDebitCardRs { /** * Define el valor de la propiedad msgRsHdr. - * - * @param value - * allowed object is - * {@link MsgRsHdr } - * + * + * @param value allowed object is + * {@link MsgRsHdr } */ public void setMsgRsHdr(MsgRsHdr value) { this.msgRsHdr = value; @@ -64,25 +57,23 @@ public class BlockUnblockDebitCardRs { /** * Gets the value of the status property. - * + * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set method for the status property.
- *
+ *
*
* For example, to add a new item, do as follows: *
* getStatus().add(newItem);
*
- *
- *
+ *
+ *
*
* Objects of the following type(s) are allowed in the list
* {@link Status }
- *
- *
*/
public List