org.apache.ws.commons.schema
Class XmlSchemaSimpleContent
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaContentModel
org.apache.ws.commons.schema.XmlSchemaSimpleContent
- All Implemented Interfaces:
- XmlSchemaObjectBase
public class XmlSchemaSimpleContent
- extends XmlSchemaContentModel
Class for simple types and complex types with a simple content model. Represents the World Wide Web
Consortium (W3C) simpleContent element.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaSimpleContent
public XmlSchemaSimpleContent()
- Creates new XmlSchemaSimpleContent
getContent
public XmlSchemaContent getContent()
- Specified by:
getContent
in class XmlSchemaContentModel
setContent
public void setContent(XmlSchemaContent content)
- Specified by:
setContent
in class XmlSchemaContentModel
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.