public class PayloadFile extends Object
Java class for PayloadFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayloadFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PayloadFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetContent() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
public String getName()
StringCopyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0