public class ComplexTypeDeclaration extends XsdType implements Serializable
Java class for ComplexTypeDeclaration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexTypeDeclaration">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}XsdType">
<attribute name="NCName" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
namespace |
protected String |
ncName |
relatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
ComplexTypeDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getNCName()
Gets the value of the ncName property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setNCName(String value)
Sets the value of the ncName property.
|
getRelatedDocument, setRelatedDocumentgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionpublic String getNCName()
Stringpublic void setNCName(String value)
value - allowed object is
Stringpublic String getNamespace()
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.