org.infoml.jaxb.impl
Class ExtendedSourceTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.ExtendedSourceTypeImpl
All Implemented Interfaces:
ExtendedSourceType

public class ExtendedSourceTypeImpl
extends java.lang.Object
implements ExtendedSourceType


Nested Class Summary
 class ExtendedSourceTypeImpl.Unmarshaller
           
 
Field Summary
protected  AgentContainerLocationType _FoundIn
           
protected  com.sun.xml.bind.util.ListImpl _Middle
           
protected  AgentContainerLocationType _Source
           
static java.lang.Class version
           
 
Constructor Summary
ExtendedSourceTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getMiddle()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 AgentContainerLocationType getFoundIn()
          Gets the value of the foundIn property.
 java.util.List getMiddle()
          Gets the value of the Middle property.
 java.lang.Class getPrimaryInterface()
           
 AgentContainerLocationType getSource()
          Gets the value of the source property.
 void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void setFoundIn(AgentContainerLocationType value)
          Sets the value of the foundIn property.
 void setSource(AgentContainerLocationType value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Source

protected AgentContainerLocationType _Source

_Middle

protected com.sun.xml.bind.util.ListImpl _Middle

_FoundIn

protected AgentContainerLocationType _FoundIn

version

public static final java.lang.Class version
Constructor Detail

ExtendedSourceTypeImpl

public ExtendedSourceTypeImpl()
Method Detail

getSource

public AgentContainerLocationType getSource()
Description copied from interface: ExtendedSourceType
Gets the value of the source property.

Specified by:
getSource in interface ExtendedSourceType
Returns:
possible object is AgentContainerLocationType

setSource

public void setSource(AgentContainerLocationType value)
Description copied from interface: ExtendedSourceType
Sets the value of the source property.

Specified by:
setSource in interface ExtendedSourceType
Parameters:
value - allowed object is AgentContainerLocationType

_getMiddle

protected com.sun.xml.bind.util.ListImpl _getMiddle()

getMiddle

public java.util.List getMiddle()
Description copied from interface: ExtendedSourceType
Gets the value of the Middle 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 Middle property.

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

    getMiddle().add(newItem);
 

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

Specified by:
getMiddle in interface ExtendedSourceType

getFoundIn

public AgentContainerLocationType getFoundIn()
Description copied from interface: ExtendedSourceType
Gets the value of the foundIn property.

Specified by:
getFoundIn in interface ExtendedSourceType
Returns:
possible object is AgentContainerLocationType

setFoundIn

public void setFoundIn(AgentContainerLocationType value)
Description copied from interface: ExtendedSourceType
Sets the value of the foundIn property.

Specified by:
setFoundIn in interface ExtendedSourceType
Parameters:
value - allowed object is AgentContainerLocationType

createUnmarshaller

public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)

serializeBody

public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()