org.uddi.api_v3
Class AssertionStatusReport

java.lang.Object
  extended by org.uddi.api_v3.AssertionStatusReport
All Implemented Interfaces:
Serializable

public class AssertionStatusReport
extends Object
implements Serializable

Java class for assertionStatusReport complex type.

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

 <complexType name="assertionStatusReport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}assertionStatusItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<AssertionStatusItem> assertionStatusItem
           
 
Constructor Summary
AssertionStatusReport()
           
 
Method Summary
 List<AssertionStatusItem> getAssertionStatusItem()
          Gets the value of the assertionStatusItem property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assertionStatusItem

protected List<AssertionStatusItem> assertionStatusItem
Constructor Detail

AssertionStatusReport

public AssertionStatusReport()
Method Detail

getAssertionStatusItem

public List<AssertionStatusItem> getAssertionStatusItem()
Gets the value of the assertionStatusItem 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 assertionStatusItem property.

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

    getAssertionStatusItem().add(newItem);
 

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



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.