public static class ServiceAssemblyDD.Identification extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceAssemblyDD.Identification(String name,
String desc)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAssemblyDD.Identification |
createIdentification(Element idInfoEl)
creates id object
|
static ServiceAssemblyDD.Identification |
createIdentification(String name,
String desc)
creates identification object.
|
String |
getDescription()
attribute
|
String |
getName()
attribute
|
String |
toString()
string value of the object
|
public String getName()
public String getDescription()
public String toString()
public static ServiceAssemblyDD.Identification createIdentification(String name, String desc)
name - name.desc - descritpion.public static ServiceAssemblyDD.Identification createIdentification(Element idInfoEl)
idInfoEl - xml elementCopyright © 2011-2016 OpenESB Community. All Rights Reserved.