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
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.
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
toString
public String toString(String prefix,
int tab)
- Overrides:
toString
in class XmlSchemaObject
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.