com.ebmwebsourcing.easyschema10.api.element
Interface ComplexContent

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, SchemaXmlObject, WithAnnotation, WithExtensionType, WithRestrictionType, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode

public interface ComplexContent
extends SchemaXmlObject, WithAnnotation, WithRestrictionType, WithExtensionType


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 boolean isMixed()
           
 void setMixed(boolean mixed)
           
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithAnnotation
getAnnotation, hasAnnotation, setAnnotation
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithRestrictionType
getRestrictionType, hasRestrictionType, setRestrictionType
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithExtensionType
getExtensionType, hasExtensionType, setExtensionType
 

Method Detail

isMixed

boolean isMixed()

setMixed

void setMixed(boolean mixed)


Copyright © 2011 Petals Link. All Rights Reserved.