|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType
net.disy.ogc.wpspd.v_1_0_0.LinkType
public class LinkType
...
Java class for LinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkType">
<complexContent>
<extension base="{http://www.disy.net/pd}PresentationDirectiveType">
<sequence>
<element name="ContentType" type="{http://www.opengis.net/ows/1.1}MimeType" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/xlink}simpleLink"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
actuate
|
protected String |
arcrole
|
protected String |
contentType
|
protected String |
href
|
protected String |
role
|
protected String |
show
|
protected String |
title
|
protected String |
type
|
| Fields inherited from class net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType |
|---|
_abstract, identifier, metadata, presentationDirectiveTitle |
| Constructor Summary | |
|---|---|
LinkType()
|
|
| 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 |
getActuate()
Gets the value of the actuate property. |
String |
getArcrole()
Gets the value of the arcrole property. |
String |
getContentType()
Gets the value of the contentType property. |
String |
getHref()
Gets the value of the href property. |
String |
getRole()
Gets the value of the role property. |
String |
getShow()
Gets the value of the show property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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 |
setActuate(String value)
Sets the value of the actuate property. |
void |
setArcrole(String value)
Sets the value of the arcrole property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setShow(String value)
Sets the value of the show property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
String |
toString()
|
| Methods inherited from class net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType |
|---|
getAbstract, getIdentifier, getMetadata, getPresentationDirectiveTitle, setAbstract, setIdentifier, setMetadata, setPresentationDirectiveTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String contentType
protected String type
protected String href
protected String role
protected String arcrole
protected String title
protected String show
protected String actuate
| Constructor Detail |
|---|
public LinkType()
| Method Detail |
|---|
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getShow()
Stringpublic void setShow(String value)
value - allowed object is
Stringpublic String getActuate()
Stringpublic void setActuate(String value)
value - allowed object is
Stringpublic String toString()
toString in class PresentationDirectiveType
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 PresentationDirectiveType
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 PresentationDirectiveType
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 PresentationDirectiveTypepublic boolean equals(Object object)
equals in class PresentationDirectiveType
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 PresentationDirectiveTypepublic int hashCode()
hashCode in class PresentationDirectiveTypepublic Object clone()
clone in class PresentationDirectiveTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class PresentationDirectiveType
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 PresentationDirectiveTypepublic 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 PresentationDirectiveType
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 PresentationDirectiveType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||