public class NamedType extends CorbaType
Java class for namedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="namedType">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}corbaType">
<attribute name="repositoryID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
repositoryID |
qname| Constructor and Description |
|---|
NamedType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRepositoryID()
Gets the value of the repositoryID property.
|
boolean |
isSetRepositoryID() |
void |
setRepositoryID(String value)
Sets the value of the repositoryID property.
|
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedgetQName, isSetQName, setQNameprotected String repositoryID
public String getRepositoryID()
Stringpublic void setRepositoryID(String value)
value - allowed object is
Stringpublic boolean isSetRepositoryID()
Apache CXF