| com.google.code.linkedinapi.schema.Facet |
Known Indirect Subclasses
|
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}name"/>
<element name="code">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="location"/>
<enumeration value="industry"/>
<enumeration value="network"/>
<enumeration value="language"/>
<enumeration value="current-company"/>
<enumeration value="past-company"/>
<enumeration value="school"/>
</restriction>
</simpleType>
</element>
<element ref="{}buckets" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buckets property.
| |||||||||||
Gets the value of the code property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the buckets property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Gets the value of the buckets property.
Buckets
Gets the value of the code property.
FacetType
Gets the value of the name property.
Sets the value of the buckets property.
| value | Allowed object is
Buckets
|
|---|
Sets the value of the code property.
| value | Allowed object is
FacetType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|