|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractHeaderType
net.opengis.ols.v_1_2.RequestHeaderType
public class RequestHeaderType
Defines the header information for request messages.
Java class for RequestHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestHeaderType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractHeaderType">
<attribute name="clientName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="clientPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sessionID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="srsName" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="MSID" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
clientName
|
protected String |
clientPassword
|
protected String |
msid
|
protected String |
sessionID
|
protected String |
srsName
|
| Constructor Summary | |
|---|---|
RequestHeaderType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getClientName()
Gets the value of the clientName property. |
String |
getClientPassword()
Gets the value of the clientPassword property. |
String |
getMSID()
Gets the value of the msid property. |
String |
getSessionID()
Gets the value of the sessionID property. |
String |
getSrsName()
Gets the value of the srsName property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetClientName()
|
boolean |
isSetClientPassword()
|
boolean |
isSetMSID()
|
boolean |
isSetSessionID()
|
boolean |
isSetSrsName()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setClientName(String value)
Sets the value of the clientName property. |
void |
setClientPassword(String value)
Sets the value of the clientPassword property. |
void |
setMSID(String value)
Sets the value of the msid property. |
void |
setSessionID(String value)
Sets the value of the sessionID property. |
void |
setSrsName(String value)
Sets the value of the srsName property. |
String |
toString()
|
RequestHeaderType |
withClientName(String value)
|
RequestHeaderType |
withClientPassword(String value)
|
RequestHeaderType |
withMSID(String value)
|
RequestHeaderType |
withSessionID(String value)
|
RequestHeaderType |
withSrsName(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String clientName
protected String clientPassword
protected String sessionID
protected String srsName
protected String msid
| Constructor Detail |
|---|
public RequestHeaderType()
| Method Detail |
|---|
public String getClientName()
Stringpublic void setClientName(String value)
value - allowed object is
Stringpublic boolean isSetClientName()
public String getClientPassword()
Stringpublic void setClientPassword(String value)
value - allowed object is
Stringpublic boolean isSetClientPassword()
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic boolean isSetSessionID()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
public String getMSID()
Stringpublic void setMSID(String value)
value - allowed object is
Stringpublic boolean isSetMSID()
public String toString()
toString in class AbstractHeaderType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractHeaderType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractHeaderType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractHeaderTypepublic boolean equals(Object object)
equals in class AbstractHeaderType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractHeaderTypepublic int hashCode()
hashCode in class AbstractHeaderTypepublic Object clone()
clone in class AbstractHeaderTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractHeaderType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractHeaderTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractHeaderType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractHeaderTypepublic RequestHeaderType withClientName(String value)
public RequestHeaderType withClientPassword(String value)
public RequestHeaderType withSessionID(String value)
public RequestHeaderType withSrsName(String value)
public RequestHeaderType withMSID(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||