org.infoml.jaxb.impl
Class AnyWithOwnerTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.AnyWithOwnerTypeImpl
All Implemented Interfaces:
AnyWithOwnerType

public class AnyWithOwnerTypeImpl
extends java.lang.Object
implements AnyWithOwnerType


Nested Class Summary
 class AnyWithOwnerTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Any
           
protected  java.lang.String _Owner
           
static java.lang.Class version
           
 
Constructor Summary
AnyWithOwnerTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getAny()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getAny()
          Gets the value of the Any property.
 java.lang.String getOwner()
          Gets the value of the owner property.
 java.lang.Class getPrimaryInterface()
           
 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 setOwner(java.lang.String value)
          Sets the value of the owner property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Owner

protected java.lang.String _Owner

_Any

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

version

public static final java.lang.Class version
Constructor Detail

AnyWithOwnerTypeImpl

public AnyWithOwnerTypeImpl()
Method Detail

getOwner

public java.lang.String getOwner()
Description copied from interface: AnyWithOwnerType
Gets the value of the owner property.

Specified by:
getOwner in interface AnyWithOwnerType
Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Description copied from interface: AnyWithOwnerType
Sets the value of the owner property.

Specified by:
setOwner in interface AnyWithOwnerType
Parameters:
value - allowed object is String

_getAny

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

getAny

public java.util.List getAny()
Description copied from interface: AnyWithOwnerType
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 Object

Specified by:
getAny in interface AnyWithOwnerType

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()