public class Organization extends LocatedTreeImpl
Java class for Organization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
name |
protected LocatedAttribute |
url |
endLocation, startLocation| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getName()
Gets the value of the name property.
|
LocatedAttribute |
getUrl()
Gets the value of the url property.
|
void |
setName(LocatedAttribute value)
Sets the value of the name property.
|
void |
setUrl(LocatedAttribute value)
Sets the value of the url property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute name
protected LocatedAttribute url
public LocatedAttribute getName()
Stringpublic void setName(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getUrl()
Stringpublic void setUrl(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.