org.hackystat.sensor.ant.dependencyfinder.jaxb
Class Class

java.lang.Object
  extended by org.hackystat.sensor.ant.dependencyfinder.jaxb.Class

public class Class
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{}outbound" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}inbound" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="confirmed" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String confirmed
           
protected  java.util.List<Inbound> inbound
           
protected  java.lang.String name
           
protected  java.util.List<Outbound> outbound
           
 
Constructor Summary
Class()
           
 
Method Summary
 java.lang.String getConfirmed()
          Gets the value of the confirmed property.
 java.util.List<Inbound> getInbound()
          Gets the value of the inbound property.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<Outbound> getOutbound()
          Gets the value of the outbound property.
 void setConfirmed(java.lang.String value)
          Sets the value of the confirmed property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

outbound

protected java.util.List<Outbound> outbound

inbound

protected java.util.List<Inbound> inbound

confirmed

protected java.lang.String confirmed
Constructor Detail

Class

public Class()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOutbound

public java.util.List<Outbound> getOutbound()
Gets the value of the outbound 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 outbound property.

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

    getOutbound().add(newItem);
 

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


getInbound

public java.util.List<Inbound> getInbound()
Gets the value of the inbound 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 inbound property.

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

    getInbound().add(newItem);
 

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


getConfirmed

public java.lang.String getConfirmed()
Gets the value of the confirmed property.

Returns:
possible object is String

setConfirmed

public void setConfirmed(java.lang.String value)
Sets the value of the confirmed property.

Parameters:
value - allowed object is String