Methods Summary |
---|
public java.lang.Object | getAny()Gets the value of the any property.
return any;
|
public java.lang.String | getDialect()Gets the value of the dialect property.
return dialect;
|
public java.lang.String | getIdentifier()Gets the value of the identifier property.
return identifier;
|
public java.lang.String | getLocation()Gets the value of the location property.
return location;
|
public MetadataReference | getMetadataReference()Gets the value of the metadataReference property.
return metadataReference;
|
public java.util.Map | getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.
the map is keyed by the name of the attribute and
the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute
by updating the map directly. Because of this design, there's no setter.
return otherAttributes;
|
public void | setAny(java.lang.Object value)Sets the value of the any property.
this.any = value;
|
public void | setDialect(java.lang.String value)Sets the value of the dialect property.
this.dialect = value;
|
public void | setIdentifier(java.lang.String value)Sets the value of the identifier property.
this.identifier = value;
|
public void | setLocation(java.lang.String value)Sets the value of the location property.
this.location = value;
|
public void | setMetadataReference(MetadataReference value)Sets the value of the metadataReference property.
this.metadataReference = value;
|