Class MediaLinkBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.MediaLinkBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbrowserFilteringprotected Stringcharsetprotected Stringfileprotected List<String>guardsprotected Stringhrefprotected Stringhreflangprotected intmediaprotected Stringnameprotected Stringonloadprotected intrelprotected intrevprotected Stringtype
-
Constructor Summary
Constructors Constructor Description MediaLinkBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaLinkBuilderbrowserFiltering(String aValue)Sets the value of the browserFiltering attribute.MediaLinkbuild()MediaLinkBuildercharset(String aValue)Sets the value of the charset attribute.MediaLinkBuilderfile(String aValue)Sets the value of the file attribute.MediaLinkBuilderguards(List<String> aValue)Sets the value of the guards attribute.MediaLinkBuilderhref(String aValue)Sets the value of the href attribute.MediaLinkBuilderhreflang(String aValue)Sets the value of the hreflang attribute.MediaLinkBuildermedia(int aValue)Sets the value of the media attribute.MediaLinkBuildername(String aValue)Sets the value of the name attribute.MediaLinkBuilderonload(String aValue)Sets the value of the onload attribute.MediaLinkBuilderrel(int aValue)Sets the value of the rel attribute.MediaLinkBuilderrev(int aValue)Sets the value of the rev attribute.MediaLinkBuildertype(String aValue)Sets the value of the type attribute.
-
-
-
Field Detail
-
name
protected String name
-
href
protected String href
-
type
protected String type
-
media
protected int media
-
rel
protected int rel
-
rev
protected int rev
-
charset
protected String charset
-
hreflang
protected String hreflang
-
browserFiltering
protected String browserFiltering
-
onload
protected String onload
-
file
protected String file
-
-
Method Detail
-
name
public MediaLinkBuilder name(String aValue)
Sets the value of the name attribute.
-
href
public MediaLinkBuilder href(String aValue)
Sets the value of the href attribute.
-
type
public MediaLinkBuilder type(String aValue)
Sets the value of the type attribute.
-
media
public MediaLinkBuilder media(int aValue)
Sets the value of the media attribute.
-
rel
public MediaLinkBuilder rel(int aValue)
Sets the value of the rel attribute.
-
rev
public MediaLinkBuilder rev(int aValue)
Sets the value of the rev attribute.
-
charset
public MediaLinkBuilder charset(String aValue)
Sets the value of the charset attribute.
-
hreflang
public MediaLinkBuilder hreflang(String aValue)
Sets the value of the hreflang attribute.
-
browserFiltering
public MediaLinkBuilder browserFiltering(String aValue)
Sets the value of the browserFiltering attribute.
-
onload
public MediaLinkBuilder onload(String aValue)
Sets the value of the onload attribute.
-
guards
public MediaLinkBuilder guards(List<String> aValue)
Sets the value of the guards attribute.
-
file
public MediaLinkBuilder file(String aValue)
Sets the value of the file attribute.
-
-