net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.wsmc
Interface MessagePendingType

All Known Implementing Classes:
MessagePendingTypeImpl

public interface MessagePendingType

Java class for MessagePendingType complex type.

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

 <complexType name="MessagePendingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="pending" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 Map<QName,String> getOtherAttributes()
           
 Boolean isPending()
          Gets the value of the pending property.
 void setPending(Boolean value)
          Sets the value of the pending property.
 

Method Detail

getAny

List<Object> getAny()
Gets the value of the any 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 JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


isPending

Boolean isPending()
Gets the value of the pending property.

Returns:
possible object is Boolean

setPending

void setPending(Boolean value)
Sets the value of the pending property.

Parameters:
value - allowed object is Boolean

getOtherAttributes

Map<QName,String> getOtherAttributes()


Copyright © 2009 The CC-XJC Community. All Rights Reserved.