public class Info extends ResourceMessage
ResourceMessage.Attribute, ResourceMessage.AttributeList, ResourceMessage.MapAdapter| Modifier and Type | Field and Description |
|---|---|
static javax.xml.bind.Marshaller |
marshaller |
static javax.xml.bind.Unmarshaller |
unmarshaller |
attributes| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBanner() |
java.lang.String |
getVersion() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setBanner(java.lang.String banner) |
void |
setVersion(java.lang.String version) |
java.lang.String |
toString() |
static Info |
valueOf(java.lang.String string) |
getAttribute, getAttributeNames, getAttributes, getClassName, marshal, marshall, removeAttribute, setAttribute, setAttributes, setClassName, unmarshal, unmarshallpublic static javax.xml.bind.Marshaller marshaller
public static javax.xml.bind.Unmarshaller unmarshaller
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.String getBanner()
public void setBanner(java.lang.String banner)
public int hashCode()
hashCode in class ResourceMessagepublic boolean equals(java.lang.Object obj)
equals in class ResourceMessagepublic java.lang.String toString()
toString in class java.lang.Objectpublic static Info valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception