public class Input extends Object
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation() |
String |
getLocationName() |
String |
getShape() |
XmlNamespace |
getXmlNamespace() |
boolean |
isHostLabel() |
void |
setDocumentation(String documentation) |
void |
setHostLabel(boolean hostLabel) |
void |
setLocationName(String locationName) |
void |
setShape(String shape) |
void |
setXmlNamespace(XmlNamespace xmlNamespace) |
public String getShape()
public void setShape(String shape)
public String getDocumentation()
public void setDocumentation(String documentation)
public String getLocationName()
public void setLocationName(String locationName)
public XmlNamespace getXmlNamespace()
public void setXmlNamespace(XmlNamespace xmlNamespace)
public boolean isHostLabel()
public void setHostLabel(boolean hostLabel)
Copyright © 2022. All rights reserved.