|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ows.v_2_0.DescriptionType
net.opengis.ows.v_2_0.ServiceIdentification
public class ServiceIdentification
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
<sequence>
<element name="ServiceType" type="{http://www.opengis.net/ows/2.0}CodeType"/>
<element name="ServiceTypeVersion" type="{http://www.opengis.net/ows/2.0}VersionType" maxOccurs="unbounded"/>
<element name="Profile" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Fees" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}AccessConstraints" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
accessConstraints
|
protected String |
fees
|
protected List<String> |
profile
|
protected CodeType |
serviceType
|
protected List<String> |
serviceTypeVersion
|
| Fields inherited from class net.opengis.ows.v_2_0.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
ServiceIdentification()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
List<String> |
getAccessConstraints()
Unordered list of access constraints applied to assure the protection of privacy or intellectual property, and any other restrictions on retrieving or using data from or otherwise using this server. |
String |
getFees()
If this element is omitted, no meaning is implied. |
List<String> |
getProfile()
Gets the value of the profile property. |
CodeType |
getServiceType()
Gets the value of the serviceType property. |
List<String> |
getServiceTypeVersion()
Gets the value of the serviceTypeVersion property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAccessConstraints()
|
boolean |
isSetFees()
|
boolean |
isSetProfile()
|
boolean |
isSetServiceType()
|
boolean |
isSetServiceTypeVersion()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAccessConstraints(List<String> value)
|
void |
setFees(String value)
Sets the value of the fees property. |
void |
setProfile(List<String> value)
|
void |
setServiceType(CodeType value)
Sets the value of the serviceType property. |
void |
setServiceTypeVersion(List<String> value)
|
String |
toString()
|
void |
unsetAccessConstraints()
|
void |
unsetProfile()
|
void |
unsetServiceTypeVersion()
|
ServiceIdentification |
withAbstract(Collection<LanguageStringType> values)
|
ServiceIdentification |
withAbstract(LanguageStringType... values)
|
ServiceIdentification |
withAbstract(List<LanguageStringType> value)
|
ServiceIdentification |
withAccessConstraints(Collection<String> values)
|
ServiceIdentification |
withAccessConstraints(List<String> value)
|
ServiceIdentification |
withAccessConstraints(String... values)
|
ServiceIdentification |
withFees(String value)
|
ServiceIdentification |
withKeywords(Collection<KeywordsType> values)
|
ServiceIdentification |
withKeywords(KeywordsType... values)
|
ServiceIdentification |
withKeywords(List<KeywordsType> value)
|
ServiceIdentification |
withProfile(Collection<String> values)
|
ServiceIdentification |
withProfile(List<String> value)
|
ServiceIdentification |
withProfile(String... values)
|
ServiceIdentification |
withServiceType(CodeType value)
|
ServiceIdentification |
withServiceTypeVersion(Collection<String> values)
|
ServiceIdentification |
withServiceTypeVersion(List<String> value)
|
ServiceIdentification |
withServiceTypeVersion(String... values)
|
ServiceIdentification |
withTitle(Collection<LanguageStringType> values)
|
ServiceIdentification |
withTitle(LanguageStringType... values)
|
ServiceIdentification |
withTitle(List<LanguageStringType> value)
|
| Methods inherited from class net.opengis.ows.v_2_0.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CodeType serviceType
protected List<String> serviceTypeVersion
protected List<String> profile
protected String fees
protected List<String> accessConstraints
| Constructor Detail |
|---|
public ServiceIdentification()
| Method Detail |
|---|
public CodeType getServiceType()
CodeTypepublic void setServiceType(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetServiceType()
public List<String> getServiceTypeVersion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceTypeVersion property.
For example, to add a new item, do as follows:
getServiceTypeVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetServiceTypeVersion()
public void unsetServiceTypeVersion()
public List<String> getProfile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the profile property.
For example, to add a new item, do as follows:
getProfile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetProfile()
public void unsetProfile()
public String getFees()
Stringpublic void setFees(String value)
value - allowed object is
Stringpublic boolean isSetFees()
public List<String> getAccessConstraints()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accessConstraints property.
For example, to add a new item, do as follows:
getAccessConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAccessConstraints()
public void unsetAccessConstraints()
public String toString()
toString in class DescriptionType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class DescriptionType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class DescriptionType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class DescriptionTypepublic boolean equals(Object object)
equals in class DescriptionType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic Object clone()
clone in class DescriptionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic void setServiceTypeVersion(List<String> value)
public void setProfile(List<String> value)
public void setAccessConstraints(List<String> value)
public ServiceIdentification withServiceType(CodeType value)
public ServiceIdentification withServiceTypeVersion(String... values)
public ServiceIdentification withServiceTypeVersion(Collection<String> values)
public ServiceIdentification withProfile(String... values)
public ServiceIdentification withProfile(Collection<String> values)
public ServiceIdentification withFees(String value)
public ServiceIdentification withAccessConstraints(String... values)
public ServiceIdentification withAccessConstraints(Collection<String> values)
public ServiceIdentification withServiceTypeVersion(List<String> value)
public ServiceIdentification withProfile(List<String> value)
public ServiceIdentification withAccessConstraints(List<String> value)
public ServiceIdentification withTitle(LanguageStringType... values)
withTitle in class DescriptionTypepublic ServiceIdentification withTitle(Collection<LanguageStringType> values)
withTitle in class DescriptionTypepublic ServiceIdentification withAbstract(LanguageStringType... values)
withAbstract in class DescriptionTypepublic ServiceIdentification withAbstract(Collection<LanguageStringType> values)
withAbstract in class DescriptionTypepublic ServiceIdentification withKeywords(KeywordsType... values)
withKeywords in class DescriptionTypepublic ServiceIdentification withKeywords(Collection<KeywordsType> values)
withKeywords in class DescriptionTypepublic ServiceIdentification withTitle(List<LanguageStringType> value)
withTitle in class DescriptionTypepublic ServiceIdentification withAbstract(List<LanguageStringType> value)
withAbstract in class DescriptionTypepublic ServiceIdentification withKeywords(List<KeywordsType> value)
withKeywords in class DescriptionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||