net.opengis.swes.v_2_0
Class FilterDialectMetadataType

java.lang.Object
  extended by net.opengis.swes.v_2_0.AbstractSWESType
      extended by net.opengis.swes.v_2_0.FilterDialectMetadataType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class FilterDialectMetadataType
extends AbstractSWESType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for FilterDialectMetadataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FilterDialectMetadataType">
   <complexContent>
     <extension base="{http://www.opengis.net/swes/2.0}AbstractSWESType">
       <sequence>
         <element name="topicExpressionDialect" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="messageContentDialect" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="producerPropertiesDialect" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> messageContentDialect
           
protected  List<String> producerPropertiesDialect
           
protected  List<String> topicExpressionDialect
           
 
Fields inherited from class net.opengis.swes.v_2_0.AbstractSWESType
description, extension, id, identifier, name
 
Constructor Summary
FilterDialectMetadataType()
           
 
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)
           
 List<String> getMessageContentDialect()
          Gets the value of the messageContentDialect property.
 List<String> getProducerPropertiesDialect()
          Gets the value of the producerPropertiesDialect property.
 List<String> getTopicExpressionDialect()
          Gets the value of the topicExpressionDialect property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetMessageContentDialect()
           
 boolean isSetProducerPropertiesDialect()
           
 boolean isSetTopicExpressionDialect()
           
 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 setMessageContentDialect(List<String> value)
           
 void setProducerPropertiesDialect(List<String> value)
           
 void setTopicExpressionDialect(List<String> value)
           
 String toString()
           
 void unsetMessageContentDialect()
           
 void unsetProducerPropertiesDialect()
           
 void unsetTopicExpressionDialect()
           
 FilterDialectMetadataType withDescription(String value)
           
 FilterDialectMetadataType withExtension(Collection<Object> values)
           
 FilterDialectMetadataType withExtension(List<Object> value)
           
 FilterDialectMetadataType withExtension(Object... values)
           
 FilterDialectMetadataType withId(String value)
           
 FilterDialectMetadataType withIdentifier(String value)
           
 FilterDialectMetadataType withMessageContentDialect(Collection<String> values)
           
 FilterDialectMetadataType withMessageContentDialect(List<String> value)
           
 FilterDialectMetadataType withMessageContentDialect(String... values)
           
 FilterDialectMetadataType withName(CodeType... values)
           
 FilterDialectMetadataType withName(Collection<CodeType> values)
           
 FilterDialectMetadataType withName(List<CodeType> value)
           
 FilterDialectMetadataType withProducerPropertiesDialect(Collection<String> values)
           
 FilterDialectMetadataType withProducerPropertiesDialect(List<String> value)
           
 FilterDialectMetadataType withProducerPropertiesDialect(String... values)
           
 FilterDialectMetadataType withTopicExpressionDialect(Collection<String> values)
           
 FilterDialectMetadataType withTopicExpressionDialect(List<String> value)
           
 FilterDialectMetadataType withTopicExpressionDialect(String... values)
           
 
Methods inherited from class net.opengis.swes.v_2_0.AbstractSWESType
getDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

topicExpressionDialect

protected List<String> topicExpressionDialect

messageContentDialect

protected List<String> messageContentDialect

producerPropertiesDialect

protected List<String> producerPropertiesDialect
Constructor Detail

FilterDialectMetadataType

public FilterDialectMetadataType()
Method Detail

getTopicExpressionDialect

public List<String> getTopicExpressionDialect()
Gets the value of the topicExpressionDialect property.

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 topicExpressionDialect property.

For example, to add a new item, do as follows:

    getTopicExpressionDialect().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetTopicExpressionDialect

public boolean isSetTopicExpressionDialect()

unsetTopicExpressionDialect

public void unsetTopicExpressionDialect()

getMessageContentDialect

public List<String> getMessageContentDialect()
Gets the value of the messageContentDialect property.

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 messageContentDialect property.

For example, to add a new item, do as follows:

    getMessageContentDialect().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetMessageContentDialect

public boolean isSetMessageContentDialect()

unsetMessageContentDialect

public void unsetMessageContentDialect()

getProducerPropertiesDialect

public List<String> getProducerPropertiesDialect()
Gets the value of the producerPropertiesDialect property.

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 producerPropertiesDialect property.

For example, to add a new item, do as follows:

    getProducerPropertiesDialect().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetProducerPropertiesDialect

public boolean isSetProducerPropertiesDialect()

unsetProducerPropertiesDialect

public void unsetProducerPropertiesDialect()

toString

public String toString()
Overrides:
toString in class AbstractSWESType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractSWESType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractSWESType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractSWESType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractSWESType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractSWESType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSWESType

clone

public Object clone()
Overrides:
clone in class AbstractSWESType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSWESType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSWESType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSWESType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSWESType

setTopicExpressionDialect

public void setTopicExpressionDialect(List<String> value)

setMessageContentDialect

public void setMessageContentDialect(List<String> value)

setProducerPropertiesDialect

public void setProducerPropertiesDialect(List<String> value)

withTopicExpressionDialect

public FilterDialectMetadataType withTopicExpressionDialect(String... values)

withTopicExpressionDialect

public FilterDialectMetadataType withTopicExpressionDialect(Collection<String> values)

withMessageContentDialect

public FilterDialectMetadataType withMessageContentDialect(String... values)

withMessageContentDialect

public FilterDialectMetadataType withMessageContentDialect(Collection<String> values)

withProducerPropertiesDialect

public FilterDialectMetadataType withProducerPropertiesDialect(String... values)

withProducerPropertiesDialect

public FilterDialectMetadataType withProducerPropertiesDialect(Collection<String> values)

withTopicExpressionDialect

public FilterDialectMetadataType withTopicExpressionDialect(List<String> value)

withMessageContentDialect

public FilterDialectMetadataType withMessageContentDialect(List<String> value)

withProducerPropertiesDialect

public FilterDialectMetadataType withProducerPropertiesDialect(List<String> value)

withDescription

public FilterDialectMetadataType withDescription(String value)
Overrides:
withDescription in class AbstractSWESType

withIdentifier

public FilterDialectMetadataType withIdentifier(String value)
Overrides:
withIdentifier in class AbstractSWESType

withName

public FilterDialectMetadataType withName(CodeType... values)
Overrides:
withName in class AbstractSWESType

withName

public FilterDialectMetadataType withName(Collection<CodeType> values)
Overrides:
withName in class AbstractSWESType

withExtension

public FilterDialectMetadataType withExtension(Object... values)
Overrides:
withExtension in class AbstractSWESType

withExtension

public FilterDialectMetadataType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractSWESType

withId

public FilterDialectMetadataType withId(String value)
Overrides:
withId in class AbstractSWESType

withName

public FilterDialectMetadataType withName(List<CodeType> value)
Overrides:
withName in class AbstractSWESType

withExtension

public FilterDialectMetadataType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractSWESType


Copyright © 2008-2015. All Rights Reserved.