public class MetadataParserCommonElement extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
commonName |
protected String |
commonPackage |
protected String |
genericType |
protected String |
maxOccurs |
protected String |
methodName |
protected String |
name |
protected String |
namespace |
Constructor and Description |
---|
MetadataParserCommonElement() |
Modifier and Type | Method and Description |
---|---|
String |
getCommonName() |
String |
getCommonPackage() |
String |
getGenericType() |
String |
getMaxOccurs() |
String |
getMethodName() |
String |
getName() |
String |
getNamespace() |
void |
setCommonName(String commonName) |
void |
setCommonPackage(String commonPackage) |
void |
setGenericType(String genericType) |
void |
setMaxOccurs(String maxOccurs) |
void |
setMethodName(String methodName) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
protected String namespace
protected String name
protected String commonName
protected String commonPackage
protected String genericType
protected String maxOccurs
protected String methodName
public String getNamespace()
public void setNamespace(String namespace)
public String getName()
public void setName(String name)
public String getCommonName()
public void setCommonName(String commonName)
public String getCommonPackage()
public void setCommonPackage(String commonPackage)
public String getGenericType()
public void setGenericType(String genericType)
public String getMaxOccurs()
public void setMaxOccurs(String maxOccurs)
public String getMethodName()
public void setMethodName(String methodName)
Copyright © 2016 JBoss by Red Hat. All rights reserved.