public class PayloadTypeDecl extends ModelObject
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
PayloadTypeDecl()
The default constructor.
|
PayloadTypeDecl(PayloadTypeDecl copy)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
This method returns the alias.
|
String |
getFormat()
This method returns the schema format.
|
String |
getSchema()
This method returns the schema.
|
String |
getType()
This method returns the schema format.
|
void |
setAlias(String alias)
This method sets the alias.
|
void |
setFormat(String format)
This method sets the schema format.
|
void |
setSchema(String schema)
This method sets the schema.
|
void |
setType(String type)
This method sets the type.
|
String |
toString() |
void |
toText(StringBuffer buf,
int level)
This method generates a text representation of the protocol component.
|
void |
visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParentpublic PayloadTypeDecl()
public PayloadTypeDecl(PayloadTypeDecl copy)
copy - The copypublic String getFormat()
public void setFormat(String format)
format - The formatpublic String getType()
public void setType(String type)
type - The typepublic String getSchema()
public void setSchema(String schema)
schema - The schemapublic String getAlias()
public void setAlias(String alias)
alias - The aliaspublic void visit(Visitor visitor)
visit in class ModelObjectvisitor - The visitorpublic void toText(StringBuffer buf, int level)
toText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.