public class ServiceIdentification extends DescriptionType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
accessConstraints |
protected java.lang.String |
fees |
protected java.util.List<java.lang.String> |
profile |
protected CodeType |
serviceType |
protected java.util.List<java.lang.String> |
serviceTypeVersion |
_abstract, keywords, title| Constructor and Description |
|---|
ServiceIdentification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<java.lang.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.
|
java.lang.String |
getFees()
If this element is omitted, no meaning is
implied.
|
java.util.List<java.lang.String> |
getProfile()
Gets the value of the profile property.
|
CodeType |
getServiceType()
Gets the value of the serviceType property.
|
java.util.List<java.lang.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,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAccessConstraints(java.util.List<java.lang.String> value) |
void |
setFees(java.lang.String value)
Sets the value of the fees property.
|
void |
setProfile(java.util.List<java.lang.String> value) |
void |
setServiceType(CodeType value)
Sets the value of the serviceType property.
|
void |
setServiceTypeVersion(java.util.List<java.lang.String> value) |
java.lang.String |
toString() |
void |
unsetAccessConstraints() |
void |
unsetProfile() |
void |
unsetServiceTypeVersion() |
ServiceIdentification |
withAbstract(java.util.Collection<LanguageStringType> values) |
ServiceIdentification |
withAbstract(LanguageStringType... values) |
ServiceIdentification |
withAbstract(java.util.List<LanguageStringType> value) |
ServiceIdentification |
withAccessConstraints(java.util.Collection<java.lang.String> values) |
ServiceIdentification |
withAccessConstraints(java.util.List<java.lang.String> value) |
ServiceIdentification |
withAccessConstraints(java.lang.String... values) |
ServiceIdentification |
withFees(java.lang.String value) |
ServiceIdentification |
withKeywords(java.util.Collection<KeywordsType> values) |
ServiceIdentification |
withKeywords(KeywordsType... values) |
ServiceIdentification |
withKeywords(java.util.List<KeywordsType> value) |
ServiceIdentification |
withProfile(java.util.Collection<java.lang.String> values) |
ServiceIdentification |
withProfile(java.util.List<java.lang.String> value) |
ServiceIdentification |
withProfile(java.lang.String... values) |
ServiceIdentification |
withServiceType(CodeType value) |
ServiceIdentification |
withServiceTypeVersion(java.util.Collection<java.lang.String> values) |
ServiceIdentification |
withServiceTypeVersion(java.util.List<java.lang.String> value) |
ServiceIdentification |
withServiceTypeVersion(java.lang.String... values) |
ServiceIdentification |
withTitle(java.util.Collection<LanguageStringType> values) |
ServiceIdentification |
withTitle(LanguageStringType... values) |
ServiceIdentification |
withTitle(java.util.List<LanguageStringType> value) |
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitleprotected CodeType serviceType
protected java.util.List<java.lang.String> serviceTypeVersion
protected java.util.List<java.lang.String> profile
protected java.lang.String fees
protected java.util.List<java.lang.String> accessConstraints
public CodeType getServiceType()
CodeTypepublic void setServiceType(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetServiceType()
public java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getFees()
Stringpublic void setFees(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFees()
public java.util.List<java.lang.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 java.lang.String toString()
toString in class DescriptionTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class DescriptionTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class DescriptionTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class DescriptionTypepublic boolean equals(java.lang.Object object)
equals in class DescriptionTypepublic 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 java.lang.Object clone()
clone in class DescriptionTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic void setServiceTypeVersion(java.util.List<java.lang.String> value)
public void setProfile(java.util.List<java.lang.String> value)
public void setAccessConstraints(java.util.List<java.lang.String> value)
public ServiceIdentification withServiceType(CodeType value)
public ServiceIdentification withServiceTypeVersion(java.lang.String... values)
public ServiceIdentification withServiceTypeVersion(java.util.Collection<java.lang.String> values)
public ServiceIdentification withProfile(java.lang.String... values)
public ServiceIdentification withProfile(java.util.Collection<java.lang.String> values)
public ServiceIdentification withFees(java.lang.String value)
public ServiceIdentification withAccessConstraints(java.lang.String... values)
public ServiceIdentification withAccessConstraints(java.util.Collection<java.lang.String> values)
public ServiceIdentification withServiceTypeVersion(java.util.List<java.lang.String> value)
public ServiceIdentification withProfile(java.util.List<java.lang.String> value)
public ServiceIdentification withAccessConstraints(java.util.List<java.lang.String> value)
public ServiceIdentification withTitle(LanguageStringType... values)
withTitle in class DescriptionTypepublic ServiceIdentification withTitle(java.util.Collection<LanguageStringType> values)
withTitle in class DescriptionTypepublic ServiceIdentification withAbstract(LanguageStringType... values)
withAbstract in class DescriptionTypepublic ServiceIdentification withAbstract(java.util.Collection<LanguageStringType> values)
withAbstract in class DescriptionTypepublic ServiceIdentification withKeywords(KeywordsType... values)
withKeywords in class DescriptionTypepublic ServiceIdentification withKeywords(java.util.Collection<KeywordsType> values)
withKeywords in class DescriptionTypepublic ServiceIdentification withTitle(java.util.List<LanguageStringType> value)
withTitle in class DescriptionTypepublic ServiceIdentification withAbstract(java.util.List<LanguageStringType> value)
withAbstract in class DescriptionTypepublic ServiceIdentification withKeywords(java.util.List<KeywordsType> value)
withKeywords in class DescriptionTypeCopyright © 2008-2022. All Rights Reserved.