public class UsageMessage extends Object
Java class for UsageMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsageMessage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}detailedLink" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
UsageMessage() |
Modifier and Type | Method and Description |
---|---|
DetailedLink |
getDetailedLink()
Gets the value of the detailedLink property.
|
String |
getMessage()
Gets the value of the message property.
|
boolean |
isSetDetailedLink() |
boolean |
isSetMessage() |
void |
setDetailedLink(DetailedLink value)
Sets the value of the detailedLink property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public boolean isSetMessage()
public DetailedLink getDetailedLink()
DetailedLink
public void setDetailedLink(DetailedLink value)
value
- allowed object is
DetailedLink
public boolean isSetDetailedLink()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0