com.ebmwebsourcing.easyschema10.api.element
Interface Schema

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, SchemaXmlObject, WithAttributeGroups, WithAttributes, WithComplexTypes, WithElements, com.ebmwebsourcing.easybox.api.with.WithId, WithImports, WithIncludes, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, WithSimpleTypes, com.ebmwebsourcing.easybox.api.with.WithTargetNamespace, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode

public interface Schema
extends SchemaXmlObject, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, WithAttributes, WithAttributeGroups, WithElements, WithSimpleTypes, WithComplexTypes, WithImports, WithIncludes, com.ebmwebsourcing.easybox.api.with.WithTargetNamespace


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 Form getAttributeFormDefault()
           
 Form getElementFormDefault()
           
 void setAttributeFormDefault(Form attributeFormDefault)
           
 void setElementFormDefault(Form elementFormDefault)
           
 
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.easybox.api.with.WithId
getId, setId
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes
addOtherAttribute, clearOtherAttributes, getOtherAttribute, getOtherAttributes, hasOtherAttribute, removeOtherAttribute
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithAttributes
addAttribute, clearAttributes, getAttributeByName, getAttributes, removeAttribute
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithAttributeGroups
addAttributeGroup, clearAttributeGroups, getAttributeGroupByName, getAttributeGroups, removeAttributeGroup
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithElements
addElement, clearElements, getElementByName, getElements, removeElement
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithSimpleTypes
addSimpleType, clearSimpleTypes, getSimpleTypeByName, getSimpleTypes, removeSimpleType
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithComplexTypes
addComplexType, clearComplexTypes, getComplexTypeByName, getComplexTypes, removeComplexType
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithImports
addImport, clearImports, getImports, removeImport
 
Methods inherited from interface com.ebmwebsourcing.easyschema10.api.with.WithIncludes
addInclude, clearIncludes, getIncludes, removeInclude
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithTargetNamespace
getTargetNamespace, hasTargetNamespace, setTargetNamespace
 

Method Detail

getAttributeFormDefault

Form getAttributeFormDefault()

setAttributeFormDefault

void setAttributeFormDefault(Form attributeFormDefault)

getElementFormDefault

Form getElementFormDefault()

setElementFormDefault

void setElementFormDefault(Form elementFormDefault)


Copyright © 2011 Petals Link. All Rights Reserved.